#F26E2F

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

Shades of Burnt Orange #F26E2F

Tints of Burnt Orange #F26E2F

Color information

#F26E2F (or 0xF26E2F) is unknown color: approx Burnt Orange. HEX triplet: F2, 6E and 2F. RGB value is (242,110,47). Sum of RGB (Red+Green+Blue) = 242+110+47=399 (52% of max value = 765). Red value is 242 (94.92% from 255 or 60.65% from 399); Green value is 110 (43.36% from 255 or 27.57% from 399); Blue value is 47 (18.75% from 255 or 11.78% from 399); Max value from RGB is 242 - color contains mainly: red. Hex color #F26E2F is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F26E2F is #0D91D0. Grayscale: #8E8E8E. Windows color (decimal): -889297 or 3108594. OLE color: 3108594.

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

Color convert

RGB24211047-
CMYK00.550.810.05
HSL19.38º88.24%56.67%-
HSV(B)19.38º80.58%94.9%-
XYZ42.7130.236.27-
YUV142.2974.23199.12-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 60.65%
GREEN value IS 110 (43.36% from 255) = 27.57%
BLUE value IS 47 (18.75% from 255) = 11.78%
R=60.65%
G=27.57%
B=11.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.81
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2421104700.550.810.0519.3888.2456.67
HexF26E2F037515135839
Octal3621565706712152313071
Binary11110010110111010111101101111010001101100111011000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F26E2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F26E2F; }

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

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

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

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

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

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

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

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