Html Css Color HEX #F06324 Burnt Orange

📋 copy color: '#F06324'

red 240 ◦ green 99 ◦ blue 36

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

Shades of Burnt Orange #F06324

Tints of Burnt Orange #F06324

RGB

 RED value IS 240 (94.14% from 255) = 64%

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

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

R = 64%
G = 26.4%
B = 9.6%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.85

 K value IS 0.06

RGB Variations

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

Color information

#F06324 (or 0xF06324) is known color: Burnt Orange. HEX triplet: F0, 63 and 24. RGB value is (240,99,36). Sum of RGB (Red+Green+Blue) = 240+99+36=375 (49% of max value = 765). Red value is 240 (94.14% from 255 or 64% from 375); Green value is 99 (39.06% from 255 or 26.4% from 375); Blue value is 36 (14.45% from 255 or 9.6% from 375); Max value from RGB is 240 - color contains mainly: red. Hex color #F06324 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F06324 is #0F9CDB. Grayscale: #868686. Windows color (decimal): -1023196 or 2384880. OLE color: 2384880.

HSL color Cylindrical-coordinate representation of color #F06324: hue angle of 18.53º degrees, saturation: 0.87, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #F06324 is Cyan = 0, Magento = 0.59, Yellow = 0.85 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 99 36 -
CMYK 0 0.59 0.85 0.06
HSL 18.53º 0.87% 0.54% -
HSV(B) 18.53º 0.85% 0.94% -
XYZ 40.72 27.58 4.85 -
YUV 133.98 72.71 203.62 -
System Red Green Blue C M Y K H S L
Decimal 240 99 36 0 0.59 0.85 0.06 18.53 0.87 0.54
Hex F0 63 24 0 3B 55 6 13 57 36
Octal 360 143 44 0 73 125 6 23 127 66
Binary 11110000 1100011 100100 0 111011 1010101 110 10011 1010111 110110

Color Harmonies of #F06324

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F06324

Black with #F06324

Text Example


Text Example

White with #F06324

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F06324; }

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

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

background-color css

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

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

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

border-color css

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

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

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