Html Css Color HEX #F96A34 Burnt Orange

📋 copy color: '#F96A34'

red 249 ◦ green 106 ◦ blue 52

#F96A34
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Burnt Orange #F96A34

Tints of Burnt Orange #F96A34

RGB

 RED value IS 249 (97.66% from 255) = 61.18%

 GREEN value IS 106 (41.8% from 255) = 26.04%

 BLUE value IS 52 (20.7% from 255) = 12.78%

R = 61.18%
G = 26.04%
B = 12.78%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.79

 K value IS 0.02

RGB Variations

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

Color information

#F96A34 (or 0xF96A34) is known color: Burnt Orange. HEX triplet: F9, 6A and 34. RGB value is (249,106,52). Sum of RGB (Red+Green+Blue) = 249+106+52=407 (53% of max value = 765). Red value is 249 (97.66% from 255 or 61.18% from 407); Green value is 106 (41.80% from 255 or 26.04% from 407); Blue value is 52 (20.70% from 255 or 12.78% from 407); Max value from RGB is 249 - color contains mainly: red. Hex color #F96A34 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F96A34 is #0695CB. Grayscale: #8E8E8E. Windows color (decimal): -431564 or 3435257. OLE color: 3435257.

HSL color Cylindrical-coordinate representation of color #F96A34: hue angle of 16.45º 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 #F96A34 is Cyan = 0, Magento = 0.57, Yellow = 0.79 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 106 52 -
CMYK 0 0.57 0.79 0.02
HSL 16.45º 0.94% 0.59% -
HSV(B) 16.45º 0.79% 0.98% -
XYZ 44.84 30.7 6.81 -
YUV 142.6 76.88 203.89 -
System Red Green Blue C M Y K H S L
Decimal 249 106 52 0 0.57 0.79 0.02 16.45 0.94 0.59
Hex F9 6A 34 0 39 4F 2 10 5E 3B
Octal 371 152 64 0 71 117 2 20 136 73
Binary 11111001 1101010 110100 0 111001 1001111 10 10000 1011110 111011

Color Harmonies of #F96A34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F96A34

Black with #F96A34

Text Example


Text Example

White with #F96A34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F96A34; }

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

 H1.HeaderClassName
 {
   color: #F96A34;
 }
 .AnyTagClassName
 {
   color: #F96A34;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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