Html Css Color HEX #F96C34 Burnt Orange

📋 copy color: '#F96C34'

red 249 ◦ green 108 ◦ blue 52

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

Shades of Burnt Orange #F96C34

Tints of Burnt Orange #F96C34

RGB

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

 GREEN value IS 108 (42.58% from 255) = 26.41%

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

R = 60.88%
G = 26.41%
B = 12.71%

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

#F96C34 (or 0xF96C34) is known color: Burnt Orange. HEX triplet: F9, 6C and 34. RGB value is (249,108,52). Sum of RGB (Red+Green+Blue) = 249+108+52=409 (54% of max value = 765). Red value is 249 (97.66% from 255 or 60.88% from 409); Green value is 108 (42.58% from 255 or 26.41% from 409); Blue value is 52 (20.70% from 255 or 12.71% from 409); Max value from RGB is 249 - color contains mainly: red. Hex color #F96C34 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F96C34 is #0693CB. Grayscale: #909090. Windows color (decimal): -431052 or 3435769. OLE color: 3435769.

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

Color convert

RGB 249 108 52 -
CMYK 0 0.57 0.79 0.02
HSL 17.06º 0.94% 0.59% -
HSV(B) 17.06º 0.79% 0.98% -
XYZ 45.05 31.11 6.88 -
YUV 143.78 76.21 203.05 -
System Red Green Blue C M Y K H S L
Decimal 249 108 52 0 0.57 0.79 0.02 17.06 0.94 0.59
Hex F9 6C 34 0 39 4F 2 11 5E 3B
Octal 371 154 64 0 71 117 2 21 136 73
Binary 11111001 1101100 110100 0 111001 1001111 10 10001 1011110 111011

Color Harmonies of #F96C34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F96C34

Black with #F96C34

Text Example


Text Example

White with #F96C34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F96C34; }

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

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

background-color css

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

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

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

border-color css

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

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

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