#F97B34

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

Shades of Burnt Orange #F97B34

Tints of Burnt Orange #F97B34

Color information

#F97B34 (or 0xF97B34) is unknown color: approx Burnt Orange. HEX triplet: F9, 7B and 34. RGB value is (249,123,52). Sum of RGB (Red+Green+Blue) = 249+123+52=424 (56% of max value = 765). Red value is 249 (97.66% from 255 or 58.73% from 424); Green value is 123 (48.44% from 255 or 29.01% from 424); Blue value is 52 (20.70% from 255 or 12.26% from 424); Max value from RGB is 249 - color contains mainly: red. Hex color #F97B34 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F97B34 is #0684CB. Grayscale: #989898. Windows color (decimal): -427212 or 3439609. OLE color: 3439609.

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

Color convert

RGB24912352-
CMYK00.510.790.02
HSL21.62º94.26%59.02%-
HSV(B)21.62º79.12%97.65%-
XYZ46.7734.557.45-
YUV152.5871.24196.77-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 58.73%
GREEN value IS 123 (48.44% from 255) = 29.01%
BLUE value IS 52 (20.70% from 255) = 12.26%
R=58.73%
G=29.01%
B=12.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.79
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2491235200.510.790.0221.6294.2659.02
HexF97B340334F2165e3b
Octal3711736406311722613673
Binary1111100111110111101000110011100111110101101011110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F97B34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F97B34; }

 p { color: rgb(249,123,52); }

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

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

 a { background-color: rgb(249,123,52); }

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

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

 span { border-color: rgb(249,123,52); }

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