Html Css Color HEX #F24620 Cinnabar

📋 copy color: '#F24620'

red 242 ◦ green 70 ◦ blue 32

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

Shades of Cinnabar #F24620

Tints of Cinnabar #F24620

RGB

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

 GREEN value IS 70 (27.73% from 255) = 20.35%

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

R = 70.35%
G = 20.35%
B = 9.3%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.87

 K value IS 0.05

RGB Variations

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

Color information

#F24620 (or 0xF24620) is known color: Cinnabar. HEX triplet: F2, 46 and 20. RGB value is (242,70,32). Sum of RGB (Red+Green+Blue) = 242+70+32=344 (45% of max value = 765). Red value is 242 (94.92% from 255 or 70.35% from 344); Green value is 70 (27.73% from 255 or 20.35% from 344); Blue value is 32 (12.89% from 255 or 9.30% from 344); Max value from RGB is 242 - color contains mainly: red. Hex color #F24620 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F24620 is #0DB9DF. Grayscale: #757575. Windows color (decimal): -899552 or 2115314. OLE color: 2115314.

HSL color Cylindrical-coordinate representation of color #F24620: hue angle of 10.86º 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 #F24620 is Cyan = 0, Magento = 0.71, Yellow = 0.87 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 70 32 -
CMYK 0 0.71 0.87 0.05
HSL 10.86º 0.89% 0.54% -
HSV(B) 10.86º 0.87% 0.95% -
XYZ 39.07 23.36 3.82 -
YUV 117.1 79.98 217.09 -
System Red Green Blue C M Y K H S L
Decimal 242 70 32 0 0.71 0.87 0.05 10.86 0.89 0.54
Hex F2 46 20 0 47 57 5 B 59 36
Octal 362 106 40 0 107 127 5 13 131 66
Binary 11110010 1000110 100000 0 1000111 1010111 101 1011 1011001 110110

Color Harmonies of #F24620

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F24620

Black with #F24620

Text Example


Text Example

White with #F24620

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F24620; }

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

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

background-color css

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

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

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

border-color css

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

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

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