Html Css Color HEX #F24A20 Cinnabar

📋 copy color: '#F24A20'

red 242 ◦ green 74 ◦ blue 32

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

Shades of Cinnabar #F24A20

Tints of Cinnabar #F24A20

RGB

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

 GREEN value IS 74 (29.3% from 255) = 21.26%

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

R = 69.54%
G = 21.26%
B = 9.2%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.87

 K value IS 0.05

RGB Variations

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

Color information

#F24A20 (or 0xF24A20) is known color: Cinnabar. HEX triplet: F2, 4A and 20. RGB value is (242,74,32). Sum of RGB (Red+Green+Blue) = 242+74+32=348 (46% of max value = 765). Red value is 242 (94.92% from 255 or 69.54% from 348); Green value is 74 (29.30% from 255 or 21.26% from 348); Blue value is 32 (12.89% from 255 or 9.20% from 348); Max value from RGB is 242 - color contains mainly: red. Hex color #F24A20 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F24A20 is #0DB5DF. Grayscale: #777777. Windows color (decimal): -898528 or 2116338. OLE color: 2116338.

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

Color convert

RGB 242 74 32 -
CMYK 0 0.69 0.87 0.05
HSL 12º 0.89% 0.54% -
HSV(B) 12º 0.87% 0.95% -
XYZ 39.33 23.88 3.9 -
YUV 119.44 78.66 215.42 -
System Red Green Blue C M Y K H S L
Decimal 242 74 32 0 0.69 0.87 0.05 12 0.89 0.54
Hex F2 4A 20 0 45 57 5 C 59 36
Octal 362 112 40 0 105 127 5 14 131 66
Binary 11110010 1001010 100000 0 1000101 1010111 101 1100 1011001 110110

Color Harmonies of #F24A20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F24A20

Black with #F24A20

Text Example


Text Example

White with #F24A20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F24A20; }

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

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

background-color css

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

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

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

border-color css

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

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

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