Html Css Color HEX #F96A24 Burnt Orange

📋 copy color: '#F96A24'

red 249 ◦ green 106 ◦ blue 36

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

Shades of Burnt Orange #F96A24

Tints of Burnt Orange #F96A24

RGB

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

 GREEN value IS 106 (41.8% from 255) = 27.11%

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

R = 63.68%
G = 27.11%
B = 9.21%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.86

 K value IS 0.02

RGB Variations

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

Color information

#F96A24 (or 0xF96A24) is known color: Burnt Orange. HEX triplet: F9, 6A and 24. RGB value is (249,106,36). Sum of RGB (Red+Green+Blue) = 249+106+36=391 (51% of max value = 765). Red value is 249 (97.66% from 255 or 63.68% from 391); Green value is 106 (41.80% from 255 or 27.11% from 391); Blue value is 36 (14.45% from 255 or 9.21% from 391); Max value from RGB is 249 - color contains mainly: red. Hex color #F96A24 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F96A24 is #0695DB. Grayscale: #8D8D8D. Windows color (decimal): -431580 or 2386681. OLE color: 2386681.

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

Color convert

RGB 249 106 36 -
CMYK 0 0.57 0.86 0.02
HSL 19.72º 0.95% 0.56% -
HSV(B) 19.72º 0.86% 0.98% -
XYZ 44.54 30.58 5.22 -
YUV 140.78 68.88 205.19 -
System Red Green Blue C M Y K H S L
Decimal 249 106 36 0 0.57 0.86 0.02 19.72 0.95 0.56
Hex F9 6A 24 0 39 56 2 14 5F 38
Octal 371 152 44 0 71 126 2 24 137 70
Binary 11111001 1101010 100100 0 111001 1010110 10 10100 1011111 111000

Color Harmonies of #F96A24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F96A24

Black with #F96A24

Text Example


Text Example

White with #F96A24

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F96A24; }

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

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

background-color css

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

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

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

border-color css

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

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

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