Html Css Color HEX #F96324 Burnt Orange

📋 copy color: '#F96324'

red 249 ◦ green 99 ◦ blue 36

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

Shades of Burnt Orange #F96324

Tints of Burnt Orange #F96324

RGB

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

 GREEN value IS 99 (39.06% from 255) = 25.78%

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

R = 64.84%
G = 25.78%
B = 9.38%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.86

 K value IS 0.02

RGB Variations

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

Color information

#F96324 (or 0xF96324) is known color: Burnt Orange. HEX triplet: F9, 63 and 24. RGB value is (249,99,36). Sum of RGB (Red+Green+Blue) = 249+99+36=384 (50% of max value = 765). Red value is 249 (97.66% from 255 or 64.84% from 384); Green value is 99 (39.06% from 255 or 25.78% from 384); Blue value is 36 (14.45% from 255 or 9.38% from 384); Max value from RGB is 249 - color contains mainly: red. Hex color #F96324 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F96324 is #069CDB. Grayscale: #898989. Windows color (decimal): -433372 or 2384889. OLE color: 2384889.

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

Color convert

RGB 249 99 36 -
CMYK 0 0.60 0.86 0.02
HSL 17.75º 0.95% 0.56% -
HSV(B) 17.75º 0.86% 0.98% -
XYZ 43.85 29.19 4.99 -
YUV 136.67 71.2 208.12 -
System Red Green Blue C M Y K H S L
Decimal 249 99 36 0 0.60 0.86 0.02 17.75 0.95 0.56
Hex F9 63 24 0 3C 56 2 12 5F 38
Octal 371 143 44 0 74 126 2 22 137 70
Binary 11111001 1100011 100100 0 111100 1010110 10 10010 1011111 111000

Color Harmonies of #F96324

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F96324

Black with #F96324

Text Example


Text Example

White with #F96324

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F96324; }

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

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

background-color css

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

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

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

border-color css

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

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

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