Html Css Color HEX #F16324 Burnt Orange

📋 copy color: '#F16324'

red 241 ◦ green 99 ◦ blue 36

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

Shades of Burnt Orange #F16324

Tints of Burnt Orange #F16324

RGB

 RED value IS 241 (94.53% from 255) = 64.1%

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

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

R = 64.1%
G = 26.33%
B = 9.57%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.85

 K value IS 0.05

RGB Variations

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

Color information

#F16324 (or 0xF16324) is known color: Burnt Orange. HEX triplet: F1, 63 and 24. RGB value is (241,99,36). Sum of RGB (Red+Green+Blue) = 241+99+36=376 (49% of max value = 765). Red value is 241 (94.53% from 255 or 64.10% from 376); Green value is 99 (39.06% from 255 or 26.33% from 376); Blue value is 36 (14.45% from 255 or 9.57% from 376); Max value from RGB is 241 - color contains mainly: red. Hex color #F16324 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F16324 is #0E9CDB. Grayscale: #868686. Windows color (decimal): -957660 or 2384881. OLE color: 2384881.

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

Color convert

RGB 241 99 36 -
CMYK 0 0.59 0.85 0.05
HSL 18.44º 0.88% 0.54% -
HSV(B) 18.44º 0.85% 0.95% -
XYZ 41.06 27.75 4.86 -
YUV 134.28 72.54 204.12 -
System Red Green Blue C M Y K H S L
Decimal 241 99 36 0 0.59 0.85 0.05 18.44 0.88 0.54
Hex F1 63 24 0 3B 55 5 12 58 36
Octal 361 143 44 0 73 125 5 22 130 66
Binary 11110001 1100011 100100 0 111011 1010101 101 10010 1011000 110110

Color Harmonies of #F16324

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F16324

Black with #F16324

Text Example


Text Example

White with #F16324

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F16324; }

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

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

background-color css

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

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

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

border-color css

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

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

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