Html Css Color HEX #F96F33 Burnt Orange

📋 copy color: '#F96F33'

red 249 ◦ green 111 ◦ blue 51

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

Shades of Burnt Orange #F96F33

Tints of Burnt Orange #F96F33

RGB

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

 GREEN value IS 111 (43.75% from 255) = 27.01%

 BLUE value IS 51 (20.31% from 255) = 12.41%

R = 60.58%
G = 27.01%
B = 12.41%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.80

 K value IS 0.02

RGB Variations

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

Color information

#F96F33 (or 0xF96F33) is known color: Burnt Orange. HEX triplet: F9, 6F and 33. RGB value is (249,111,51). Sum of RGB (Red+Green+Blue) = 249+111+51=411 (54% of max value = 765). Red value is 249 (97.66% from 255 or 60.58% from 411); Green value is 111 (43.75% from 255 or 27.01% from 411); Blue value is 51 (20.31% from 255 or 12.41% from 411); Max value from RGB is 249 - color contains mainly: red. Hex color #F96F33 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F96F33 is #0690CC. Grayscale: #919191. Windows color (decimal): -430285 or 3371001. OLE color: 3371001.

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

Color convert

RGB 249 111 51 -
CMYK 0 0.55 0.80 0.02
HSL 18.18º 0.94% 0.59% -
HSV(B) 18.18º 0.8% 0.98% -
XYZ 45.35 31.75 6.87 -
YUV 145.42 74.72 201.88 -
System Red Green Blue C M Y K H S L
Decimal 249 111 51 0 0.55 0.80 0.02 18.18 0.94 0.59
Hex F9 6F 33 0 37 50 2 12 5E 3B
Octal 371 157 63 0 67 120 2 22 136 73
Binary 11111001 1101111 110011 0 110111 1010000 10 10010 1011110 111011

Color Harmonies of #F96F33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F96F33

Black with #F96F33

Text Example


Text Example

White with #F96F33

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F96F33; }

 p { color: rgb(249,111,51); }

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

background-color css

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

 a { background-color: rgb(249,111,51); }

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

border-color css

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

 span { border-color: rgb(249,111,51); }

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