Html Css Color HEX #F24924 Cinnabar

📋 copy color: '#F24924'

red 242 ◦ green 73 ◦ blue 36

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

Shades of Cinnabar #F24924

Tints of Cinnabar #F24924

RGB

 RED value IS 242 (94.92% from 255) = 68.95%

 GREEN value IS 73 (28.91% from 255) = 20.8%

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

R = 68.95%
G = 20.8%
B = 10.26%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.85

 K value IS 0.05

RGB Variations

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

Color information

#F24924 (or 0xF24924) is known color: Cinnabar. HEX triplet: F2, 49 and 24. RGB value is (242,73,36). Sum of RGB (Red+Green+Blue) = 242+73+36=351 (46% of max value = 765). Red value is 242 (94.92% from 255 or 68.95% from 351); Green value is 73 (28.91% from 255 or 20.80% from 351); Blue value is 36 (14.45% from 255 or 10.26% from 351); Max value from RGB is 242 - color contains mainly: red. Hex color #F24924 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F24924 is #0DB6DB. Grayscale: #777777. Windows color (decimal): -898780 or 2378226. OLE color: 2378226.

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

Color convert

RGB 242 73 36 -
CMYK 0 0.70 0.85 0.05
HSL 10.78º 0.89% 0.55% -
HSV(B) 10.78º 0.85% 0.95% -
XYZ 39.32 23.77 4.18 -
YUV 119.31 80.99 215.51 -
System Red Green Blue C M Y K H S L
Decimal 242 73 36 0 0.70 0.85 0.05 10.78 0.89 0.55
Hex F2 49 24 0 46 55 5 B 59 37
Octal 362 111 44 0 106 125 5 13 131 67
Binary 11110010 1001001 100100 0 1000110 1010101 101 1011 1011001 110111

Color Harmonies of #F24924

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F24924

Black with #F24924

Text Example


Text Example

White with #F24924

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F24924; }

 p { color: rgb(242,73,36); }

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

background-color css

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

 a { background-color: rgb(242,73,36); }

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

border-color css

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

 span { border-color: rgb(242,73,36); }

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