#F26427

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

Shades of Burnt Orange #F26427

Tints of Burnt Orange #F26427

Color information

#F26427 (or 0xF26427) is unknown color: approx Burnt Orange. HEX triplet: F2, 64 and 27. RGB value is (242,100,39). Sum of RGB (Red+Green+Blue) = 242+100+39=381 (50% of max value = 765). Red value is 242 (94.92% from 255 or 63.52% from 381); Green value is 100 (39.45% from 255 or 26.25% from 381); Blue value is 39 (15.62% from 255 or 10.24% from 381); Max value from RGB is 242 - color contains mainly: red. Hex color #F26427 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F26427 is #0D9BD8. Grayscale: #878787. Windows color (decimal): -891865 or 2581746. OLE color: 2581746.

HSL color Cylindrical-coordinate representation of color #F26427: hue angle of 18.03º degrees, saturation: 0.89, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #F26427 is Cyan = 0, Magento = 0.59, Yellow = 0.84 and Black (K on CMYK) = 0.05.

Color convert

RGB24210039-
CMYK00.590.840.05
HSL18.03º88.65%55.1%-
HSV(B)18.03º83.88%94.9%-
XYZ41.5428.145.16-
YUV135.573.54203.96-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 63.52%
GREEN value IS 100 (39.45% from 255) = 26.25%
BLUE value IS 39 (15.62% from 255) = 10.24%
R=63.52%
G=26.25%
B=10.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.84
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2421003900.590.840.0518.0388.6555.1
HexF2642703B545125937
Octal3621444707312452213167
Binary11110010110010010011101110111010100101100101011001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F26427

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F26427; }

 p { color: rgb(242,100,39); }

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

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

 a { background-color: rgb(242,100,39); }

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

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

 span { border-color: rgb(242,100,39); }

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