#F26E3F

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

Shades of Burnt Orange #F26E3F

Tints of Burnt Orange #F26E3F

Color information

#F26E3F (or 0xF26E3F) is unknown color: approx Burnt Orange. HEX triplet: F2, 6E and 3F. RGB value is (242,110,63). Sum of RGB (Red+Green+Blue) = 242+110+63=415 (54% of max value = 765). Red value is 242 (94.92% from 255 or 58.31% from 415); Green value is 110 (43.36% from 255 or 26.51% from 415); Blue value is 63 (25% from 255 or 15.18% from 415); Max value from RGB is 242 - color contains mainly: red. Hex color #F26E3F is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F26E3F is #0D91C0. Grayscale: #909090. Windows color (decimal): -889281 or 4157170. OLE color: 4157170.

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

Color convert

RGB24211063-
CMYK00.550.740.05
HSL15.75º87.32%59.8%-
HSV(B)15.75º73.97%94.9%-
XYZ43.0930.398.3-
YUV144.1182.23197.82-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 58.31%
GREEN value IS 110 (43.36% from 255) = 26.51%
BLUE value IS 63 (25% from 255) = 15.18%
R=58.31%
G=26.51%
B=15.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.74
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2421106300.550.740.0515.7587.3259.8
HexF26E3F0374A510573c
Octal3621567706711252012774
Binary11110010110111011111101101111001010101100001010111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F26E3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F26E3F; }

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

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

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

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

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

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

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

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