Html Css Color HEX #F24920 Cinnabar

📋 copy color: '#F24920'

red 242 ◦ green 73 ◦ blue 32

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

Shades of Cinnabar #F24920

Tints of Cinnabar #F24920

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 9.22%

R = 69.74%
G = 21.04%
B = 9.22%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.87

 K value IS 0.05

RGB Variations

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

Color information

#F24920 (or 0xF24920) is known color: Cinnabar. HEX triplet: F2, 49 and 20. RGB value is (242,73,32). Sum of RGB (Red+Green+Blue) = 242+73+32=347 (45% of max value = 765). Red value is 242 (94.92% from 255 or 69.74% from 347); Green value is 73 (28.91% from 255 or 21.04% from 347); Blue value is 32 (12.89% from 255 or 9.22% from 347); Max value from RGB is 242 - color contains mainly: red. Hex color #F24920 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F24920 is #0DB6DF. Grayscale: #777777. Windows color (decimal): -898784 or 2116082. OLE color: 2116082.

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

Color convert

RGB 242 73 32 -
CMYK 0 0.70 0.87 0.05
HSL 11.71º 0.89% 0.54% -
HSV(B) 11.71º 0.87% 0.95% -
XYZ 39.26 23.75 3.88 -
YUV 118.86 78.99 215.83 -
System Red Green Blue C M Y K H S L
Decimal 242 73 32 0 0.70 0.87 0.05 11.71 0.89 0.54
Hex F2 49 20 0 46 57 5 C 59 36
Octal 362 111 40 0 106 127 5 14 131 66
Binary 11110010 1001001 100000 0 1000110 1010111 101 1100 1011001 110110

Color Harmonies of #F24920

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F24920

Black with #F24920

Text Example


Text Example

White with #F24920

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F24920; }

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

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

background-color css

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

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

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

border-color css

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

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

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