#F96C2D

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

Shades of Burnt Orange #F96C2D

Tints of Burnt Orange #F96C2D

Color information

#F96C2D (or 0xF96C2D) is unknown color: approx Burnt Orange. HEX triplet: F9, 6C and 2D. RGB value is (249,108,45). Sum of RGB (Red+Green+Blue) = 249+108+45=402 (53% of max value = 765). Red value is 249 (97.66% from 255 or 61.94% from 402); Green value is 108 (42.58% from 255 or 26.87% from 402); Blue value is 45 (17.97% from 255 or 11.19% from 402); Max value from RGB is 249 - color contains mainly: red. Hex color #F96C2D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F96C2D is #0693D2. Grayscale: #8F8F8F. Windows color (decimal): -431059 or 2977017. OLE color: 2977017.

HSL color Cylindrical-coordinate representation of color #F96C2D: hue angle of 18.53º degrees, saturation: 0.94, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #F96C2D is Cyan = 0, Magento = 0.57, Yellow = 0.82 and Black (K on CMYK) = 0.02.

Color convert

RGB24910845-
CMYK00.570.820.02
HSL18.53º94.44%57.65%-
HSV(B)18.53º81.93%97.65%-
XYZ44.931.056.11-
YUV142.9872.71203.62-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 61.94%
GREEN value IS 108 (42.58% from 255) = 26.87%
BLUE value IS 45 (17.97% from 255) = 11.19%
R=61.94%
G=26.87%
B=11.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.82
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2491084500.570.820.0218.5394.4457.65
HexF96C2D039522135e3a
Octal3711545507112222313672
Binary1111100111011001011010111001101001010100111011110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F96C2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F96C2D; }

 p { color: rgb(249,108,45); }

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

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

 a { background-color: rgb(249,108,45); }

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

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

 span { border-color: rgb(249,108,45); }

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