Html Css Color HEX #F04C20 Cinnabar

📋 copy color: '#F04C20'

red 240 ◦ green 76 ◦ blue 32

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

Shades of Cinnabar #F04C20

Tints of Cinnabar #F04C20

RGB

 RED value IS 240 (94.14% from 255) = 68.97%

 GREEN value IS 76 (30.08% from 255) = 21.84%

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

R = 68.97%
G = 21.84%
B = 9.2%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.87

 K value IS 0.06

RGB Variations

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

Color information

#F04C20 (or 0xF04C20) is known color: Cinnabar. HEX triplet: F0, 4C and 20. RGB value is (240,76,32). Sum of RGB (Red+Green+Blue) = 240+76+32=348 (46% of max value = 765). Red value is 240 (94.14% from 255 or 68.97% from 348); Green value is 76 (30.08% from 255 or 21.84% from 348); Blue value is 32 (12.89% from 255 or 9.20% from 348); Max value from RGB is 240 - color contains mainly: red. Hex color #F04C20 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F04C20 is #0FB3DF. Grayscale: #787878. Windows color (decimal): -1029088 or 2116848. OLE color: 2116848.

HSL color Cylindrical-coordinate representation of color #F04C20: hue angle of 12.69º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #F04C20 is Cyan = 0, Magento = 0.68, Yellow = 0.87 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 76 32 -
CMYK 0 0.68 0.87 0.06
HSL 12.69º 0.87% 0.53% -
HSV(B) 12.69º 0.87% 0.94% -
XYZ 38.78 23.8 3.92 -
YUV 120.02 78.33 213.58 -
System Red Green Blue C M Y K H S L
Decimal 240 76 32 0 0.68 0.87 0.06 12.69 0.87 0.53
Hex F0 4C 20 0 44 57 6 D 57 35
Octal 360 114 40 0 104 127 6 15 127 65
Binary 11110000 1001100 100000 0 1000100 1010111 110 1101 1010111 110101

Color Harmonies of #F04C20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F04C20

Black with #F04C20

Text Example


Text Example

White with #F04C20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F04C20; }

 p { color: rgb(240,76,32); }

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

background-color css

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

 a { background-color: rgb(240,76,32); }

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

border-color css

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

 span { border-color: rgb(240,76,32); }

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