Html Css Color HEX #F04E32 Cinnabar

📋 copy color: '#F04E32'

red 240 ◦ green 78 ◦ blue 50

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

Shades of Cinnabar #F04E32

Tints of Cinnabar #F04E32

RGB

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

 GREEN value IS 78 (30.86% from 255) = 21.2%

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

R = 65.22%
G = 21.2%
B = 13.59%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.79

 K value IS 0.06

RGB Variations

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

Color information

#F04E32 (or 0xF04E32) is known color: Cinnabar. HEX triplet: F0, 4E and 32. RGB value is (240,78,50). Sum of RGB (Red+Green+Blue) = 240+78+50=368 (48% of max value = 765). Red value is 240 (94.14% from 255 or 65.22% from 368); Green value is 78 (30.86% from 255 or 21.20% from 368); Blue value is 50 (19.92% from 255 or 13.59% from 368); Max value from RGB is 240 - color contains mainly: red. Hex color #F04E32 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F04E32 is #0FB1CD. Grayscale: #7B7B7B. Windows color (decimal): -1028558 or 3297008. OLE color: 3297008.

HSL color Cylindrical-coordinate representation of color #F04E32: hue angle of 8.84º 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 #F04E32 is Cyan = 0, Magento = 0.68, Yellow = 0.79 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 78 50 -
CMYK 0 0.68 0.79 0.06
HSL 8.84º 0.86% 0.57% -
HSV(B) 8.84º 0.79% 0.94% -
XYZ 39.24 24.2 5.62 -
YUV 123.25 86.67 211.28 -
System Red Green Blue C M Y K H S L
Decimal 240 78 50 0 0.68 0.79 0.06 8.84 0.86 0.57
Hex F0 4E 32 0 44 4F 6 9 56 39
Octal 360 116 62 0 104 117 6 11 126 71
Binary 11110000 1001110 110010 0 1000100 1001111 110 1001 1010110 111001

Color Harmonies of #F04E32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F04E32

Black with #F04E32

Text Example


Text Example

White with #F04E32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F04E32; }

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

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

background-color css

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

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

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

border-color css

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

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

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