#F9692C

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

Shades of Burnt Orange #F9692C

Tints of Burnt Orange #F9692C

Color information

#F9692C (or 0xF9692C) is unknown color: approx Burnt Orange. HEX triplet: F9, 69 and 2C. RGB value is (249,105,44). Sum of RGB (Red+Green+Blue) = 249+105+44=398 (52% of max value = 765). Red value is 249 (97.66% from 255 or 62.56% from 398); Green value is 105 (41.41% from 255 or 26.38% from 398); Blue value is 44 (17.58% from 255 or 11.06% from 398); Max value from RGB is 249 - color contains mainly: red. Hex color #F9692C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F9692C is #0696D3. Grayscale: #8D8D8D. Windows color (decimal): -431828 or 2910713. OLE color: 2910713.

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

Color convert

RGB24910544-
CMYK00.580.820.02
HSL17.85º94.47%57.45%-
HSV(B)17.85º82.33%97.65%-
XYZ44.5730.425.91-
YUV141.173.21204.96-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 62.56%
GREEN value IS 105 (41.41% from 255) = 26.38%
BLUE value IS 44 (17.58% from 255) = 11.06%
R=62.56%
G=26.38%
B=11.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.82
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2491054400.580.820.0217.8594.4757.45
HexF9692C03A522125e39
Octal3711515407212222213671
Binary1111100111010011011000111010101001010100101011110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9692C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9692C; }

 p { color: rgb(249,105,44); }

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

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

 a { background-color: rgb(249,105,44); }

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

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

 span { border-color: rgb(249,105,44); }

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