Html Css Color HEX #F24932 Cinnabar

📋 copy color: '#F24932'

red 242 ◦ green 73 ◦ blue 50

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

Shades of Cinnabar #F24932

Tints of Cinnabar #F24932

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 13.7%

R = 66.3%
G = 20%
B = 13.7%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.79

 K value IS 0.05

RGB Variations

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

Color information

#F24932 (or 0xF24932) is known color: Cinnabar. HEX triplet: F2, 49 and 32. RGB value is (242,73,50). Sum of RGB (Red+Green+Blue) = 242+73+50=365 (48% of max value = 765). Red value is 242 (94.92% from 255 or 66.30% from 365); Green value is 73 (28.91% from 255 or 20% from 365); Blue value is 50 (19.92% from 255 or 13.70% from 365); Max value from RGB is 242 - color contains mainly: red. Hex color #F24932 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F24932 is #0DB6CD. Grayscale: #797979. Windows color (decimal): -898766 or 3295730. OLE color: 3295730.

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

Color convert

RGB 242 73 50 -
CMYK 0 0.70 0.79 0.05
HSL 7.19º 0.88% 0.57% -
HSV(B) 7.19º 0.79% 0.95% -
XYZ 39.58 23.87 5.54 -
YUV 120.91 87.99 214.37 -
System Red Green Blue C M Y K H S L
Decimal 242 73 50 0 0.70 0.79 0.05 7.19 0.88 0.57
Hex F2 49 32 0 46 4F 5 7 58 39
Octal 362 111 62 0 106 117 5 7 130 71
Binary 11110010 1001001 110010 0 1000110 1001111 101 111 1011000 111001

Color Harmonies of #F24932

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F24932

Black with #F24932

Text Example


Text Example

White with #F24932

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F24932; }

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

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

background-color css

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

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

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

border-color css

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

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

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