Html Css Color HEX #F96732 Burnt Orange

📋 copy color: '#F96732'

red 249 ◦ green 103 ◦ blue 50

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

Shades of Burnt Orange #F96732

Tints of Burnt Orange #F96732

RGB

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

 GREEN value IS 103 (40.63% from 255) = 25.62%

 BLUE value IS 50 (19.92% from 255) = 12.44%

R = 61.94%
G = 25.62%
B = 12.44%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.80

 K value IS 0.02

RGB Variations

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

Color information

#F96732 (or 0xF96732) is known color: Burnt Orange. HEX triplet: F9, 67 and 32. RGB value is (249,103,50). Sum of RGB (Red+Green+Blue) = 249+103+50=402 (53% of max value = 765). Red value is 249 (97.66% from 255 or 61.94% from 402); Green value is 103 (40.62% from 255 or 25.62% from 402); Blue value is 50 (19.92% from 255 or 12.44% from 402); Max value from RGB is 249 - color contains mainly: red. Hex color #F96732 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F96732 is #0698CD. Grayscale: #8C8C8C. Windows color (decimal): -432334 or 3303417. OLE color: 3303417.

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

Color convert

RGB 249 103 50 -
CMYK 0 0.59 0.80 0.02
HSL 15.98º 0.94% 0.59% -
HSV(B) 15.98º 0.8% 0.98% -
XYZ 44.49 30.07 6.48 -
YUV 140.61 76.87 205.31 -
System Red Green Blue C M Y K H S L
Decimal 249 103 50 0 0.59 0.80 0.02 15.98 0.94 0.59
Hex F9 67 32 0 3B 50 2 10 5E 3B
Octal 371 147 62 0 73 120 2 20 136 73
Binary 11111001 1100111 110010 0 111011 1010000 10 10000 1011110 111011

Color Harmonies of #F96732

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F96732

Black with #F96732

Text Example


Text Example

White with #F96732

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F96732; }

 p { color: rgb(249,103,50); }

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

background-color css

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

 a { background-color: rgb(249,103,50); }

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

border-color css

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

 span { border-color: rgb(249,103,50); }

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