#FF5426

Color #FF5426 Outrageous Orange (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Outrageous Orange #FF5426

Tints of Outrageous Orange #FF5426

Color information

#FF5426 (or 0xFF5426) is unknown color: approx Outrageous Orange. HEX triplet: FF, 54 and 26. RGB value is (255,84,38). Sum of RGB (Red+Green+Blue) = 255+84+38=377 (49% of max value = 765). Red value is 255 (100% from 255 or 67.64% from 377); Green value is 84 (33.20% from 255 or 22.28% from 377); Blue value is 38 (15.23% from 255 or 10.08% from 377); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5426 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FF5426 is #00ABD9. Grayscale: #828282. Windows color (decimal): -43994 or 2512127. OLE color: 2512127.

HSL color Cylindrical-coordinate representation of color #FF5426: hue angle of 12.72º degrees, saturation: 1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #FF5426 is Cyan = 0, Magento = 0.67, Yellow = 0.85 and Black (K on CMYK) = 0.

Color convert

RGB2558438-
CMYK00.670.850
HSL12.72º100%57.45%-
HSV(B)12.72º85.1%100%-
XYZ44.7627.744.83-
YUV129.8876.15217.24-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 255 (100% from 255) = 67.64%
GREEN value IS 84 (33.20% from 255) = 22.28%
BLUE value IS 38 (15.23% from 255) = 10.08%
R=67.64%
G=22.28%
B=10.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.85
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal255843800.670.85012.7210057.45
HexFF5426043550d6439
Octal37712446010312501514471
Binary111111111010100100110010000111010101011011100100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF5426

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF5426; }

 p { color: rgb(255,84,38); }

 H1.HeaderClassName
 {
   color: #FF5426;
 }
 .AnyTagClassName
 {
   color: #FF5426;
 }
</style>
background-color css

<style>
 a { background-color: #FF5426; }

 a { background-color: rgb(255,84,38); }

 div.DivClassName
 {
   background-color: #FF5426;
 }
 .BgClassName
 {
   background-color: #FF5426;
 }
</style>
border-color css

<style>
 span { border-color: #FF5426; }

 span { border-color: rgb(255,84,38); }

 td.TdClassName
 {
   border-color: #FF5426;
 }
 .TagClassName
 {
   border-color: #FF5426;
 }
</style>