#F26E3C

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

Shades of Burnt Orange #F26E3C

Tints of Burnt Orange #F26E3C

Color information

#F26E3C (or 0xF26E3C) is unknown color: approx Burnt Orange. HEX triplet: F2, 6E and 3C. RGB value is (242,110,60). Sum of RGB (Red+Green+Blue) = 242+110+60=412 (54% of max value = 765). Red value is 242 (94.92% from 255 or 58.74% from 412); Green value is 110 (43.36% from 255 or 26.70% from 412); Blue value is 60 (23.83% from 255 or 14.56% from 412); Max value from RGB is 242 - color contains mainly: red. Hex color #F26E3C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F26E3C is #0D91C3. Grayscale: #909090. Windows color (decimal): -889284 or 3960562. OLE color: 3960562.

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

Color convert

RGB24211060-
CMYK00.550.750.05
HSL16.48º87.5%59.22%-
HSV(B)16.48º75.21%94.9%-
XYZ43.0130.367.87-
YUV143.7780.73198.07-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 58.74%
GREEN value IS 110 (43.36% from 255) = 26.70%
BLUE value IS 60 (23.83% from 255) = 14.56%
R=58.74%
G=26.70%
B=14.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.75
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2421106000.550.750.0516.4887.559.22
HexF26E3C0374B510583b
Octal3621567406711352013073
Binary11110010110111011110001101111001011101100001011000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F26E3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F26E3C; }

 p { color: rgb(242,110,60); }

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

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

 a { background-color: rgb(242,110,60); }

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

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

 span { border-color: rgb(242,110,60); }

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