Html Css Color HEX #F04932 Cinnabar

📋 copy color: '#F04932'

red 240 ◦ green 73 ◦ blue 50

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

Shades of Cinnabar #F04932

Tints of Cinnabar #F04932

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 13.77%

R = 66.12%
G = 20.11%
B = 13.77%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.79

 K value IS 0.06

RGB Variations

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

Color information

#F04932 (or 0xF04932) is known color: Cinnabar. HEX triplet: F0, 49 and 32. RGB value is (240,73,50). Sum of RGB (Red+Green+Blue) = 240+73+50=363 (48% of max value = 765). Red value is 240 (94.14% from 255 or 66.12% from 363); Green value is 73 (28.91% from 255 or 20.11% from 363); Blue value is 50 (19.92% from 255 or 13.77% from 363); Max value from RGB is 240 - color contains mainly: red. Hex color #F04932 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F04932 is #0FB6CD. Grayscale: #787878. Windows color (decimal): -1029838 or 3295728. OLE color: 3295728.

HSL color Cylindrical-coordinate representation of color #F04932: hue angle of 7.26º degrees, saturation: 0.86, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #F04932 is Cyan = 0, Magento = 0.70, Yellow = 0.79 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 73 50 -
CMYK 0 0.70 0.79 0.06
HSL 7.26º 0.86% 0.57% -
HSV(B) 7.26º 0.79% 0.94% -
XYZ 38.89 23.52 5.51 -
YUV 120.31 88.33 213.37 -
System Red Green Blue C M Y K H S L
Decimal 240 73 50 0 0.70 0.79 0.06 7.26 0.86 0.57
Hex F0 49 32 0 46 4F 6 7 56 39
Octal 360 111 62 0 106 117 6 7 126 71
Binary 11110000 1001001 110010 0 1000110 1001111 110 111 1010110 111001

Color Harmonies of #F04932

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F04932

Black with #F04932

Text Example


Text Example

White with #F04932

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F04932; }

 p { color: rgb(240,73,50); }

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

background-color css

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

 a { background-color: rgb(240,73,50); }

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

border-color css

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

 span { border-color: rgb(240,73,50); }

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