Html Css Color HEX #F96824 Burnt Orange

📋 copy color: '#F96824'

red 249 ◦ green 104 ◦ blue 36

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

Shades of Burnt Orange #F96824

Tints of Burnt Orange #F96824

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 9.25%

R = 64.01%
G = 26.74%
B = 9.25%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.86

 K value IS 0.02

RGB Variations

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

Color information

#F96824 (or 0xF96824) is known color: Burnt Orange. HEX triplet: F9, 68 and 24. RGB value is (249,104,36). Sum of RGB (Red+Green+Blue) = 249+104+36=389 (51% of max value = 765). Red value is 249 (97.66% from 255 or 64.01% from 389); Green value is 104 (41.02% from 255 or 26.74% from 389); Blue value is 36 (14.45% from 255 or 9.25% from 389); Max value from RGB is 249 - color contains mainly: red. Hex color #F96824 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F96824 is #0697DB. Grayscale: #8C8C8C. Windows color (decimal): -432092 or 2386169. OLE color: 2386169.

HSL color Cylindrical-coordinate representation of color #F96824: hue angle of 19.15º degrees, saturation: 0.95, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #F96824 is Cyan = 0, Magento = 0.58, Yellow = 0.86 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 104 36 -
CMYK 0 0.58 0.86 0.02
HSL 19.15º 0.95% 0.56% -
HSV(B) 19.15º 0.86% 0.98% -
XYZ 44.34 30.17 5.16 -
YUV 139.6 69.54 206.03 -
System Red Green Blue C M Y K H S L
Decimal 249 104 36 0 0.58 0.86 0.02 19.15 0.95 0.56
Hex F9 68 24 0 3A 56 2 13 5F 38
Octal 371 150 44 0 72 126 2 23 137 70
Binary 11111001 1101000 100100 0 111010 1010110 10 10011 1011111 111000

Color Harmonies of #F96824

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F96824

Black with #F96824

Text Example


Text Example

White with #F96824

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F96824; }

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

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

background-color css

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

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

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

border-color css

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

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

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