Html Css Color HEX #F96832 Burnt Orange

📋 copy color: '#F96832'

red 249 ◦ green 104 ◦ blue 50

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

Shades of Burnt Orange #F96832

Tints of Burnt Orange #F96832

RGB

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

 GREEN value IS 104 (41.02% from 255) = 25.81%

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

R = 61.79%
G = 25.81%
B = 12.41%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.80

 K value IS 0.02

RGB Variations

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

Color information

#F96832 (or 0xF96832) is known color: Burnt Orange. HEX triplet: F9, 68 and 32. RGB value is (249,104,50). Sum of RGB (Red+Green+Blue) = 249+104+50=403 (53% of max value = 765). Red value is 249 (97.66% from 255 or 61.79% from 403); Green value is 104 (41.02% from 255 or 25.81% from 403); Blue value is 50 (19.92% from 255 or 12.41% from 403); Max value from RGB is 249 - color contains mainly: red. Hex color #F96832 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F96832 is #0697CD. Grayscale: #8D8D8D. Windows color (decimal): -432078 or 3303673. OLE color: 3303673.

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

Color convert

RGB 249 104 50 -
CMYK 0 0.58 0.80 0.02
HSL 16.28º 0.94% 0.59% -
HSV(B) 16.28º 0.8% 0.98% -
XYZ 44.59 30.27 6.51 -
YUV 141.2 76.54 204.89 -
System Red Green Blue C M Y K H S L
Decimal 249 104 50 0 0.58 0.80 0.02 16.28 0.94 0.59
Hex F9 68 32 0 3A 50 2 10 5E 3B
Octal 371 150 62 0 72 120 2 20 136 73
Binary 11111001 1101000 110010 0 111010 1010000 10 10000 1011110 111011

Color Harmonies of #F96832

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F96832

Black with #F96832

Text Example


Text Example

White with #F96832

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F96832; }

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

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

background-color css

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

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

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

border-color css

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

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

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