Html Css Color HEX #F04A24 Cinnabar

📋 copy color: '#F04A24'

red 240 ◦ green 74 ◦ blue 36

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

Shades of Cinnabar #F04A24

Tints of Cinnabar #F04A24

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 10.29%

R = 68.57%
G = 21.14%
B = 10.29%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.85

 K value IS 0.06

RGB Variations

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

Color information

#F04A24 (or 0xF04A24) is known color: Cinnabar. HEX triplet: F0, 4A and 24. RGB value is (240,74,36). Sum of RGB (Red+Green+Blue) = 240+74+36=350 (46% of max value = 765). Red value is 240 (94.14% from 255 or 68.57% from 350); Green value is 74 (29.30% from 255 or 21.14% from 350); Blue value is 36 (14.45% from 255 or 10.29% from 350); Max value from RGB is 240 - color contains mainly: red. Hex color #F04A24 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F04A24 is #0FB5DB. Grayscale: #777777. Windows color (decimal): -1029596 or 2378480. OLE color: 2378480.

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

Color convert

RGB 240 74 36 -
CMYK 0 0.69 0.85 0.06
HSL 11.18º 0.87% 0.54% -
HSV(B) 11.18º 0.85% 0.94% -
XYZ 38.7 23.55 4.17 -
YUV 119.3 81 214.09 -
System Red Green Blue C M Y K H S L
Decimal 240 74 36 0 0.69 0.85 0.06 11.18 0.87 0.54
Hex F0 4A 24 0 45 55 6 B 57 36
Octal 360 112 44 0 105 125 6 13 127 66
Binary 11110000 1001010 100100 0 1000101 1010101 110 1011 1010111 110110

Color Harmonies of #F04A24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F04A24

Black with #F04A24

Text Example


Text Example

White with #F04A24

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F04A24; }

 p { color: rgb(240,74,36); }

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

background-color css

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

 a { background-color: rgb(240,74,36); }

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

border-color css

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

 span { border-color: rgb(240,74,36); }

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