Html Css Color HEX #F04A28 Cinnabar

📋 copy color: '#F04A28'

red 240 ◦ green 74 ◦ blue 40

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

Shades of Cinnabar #F04A28

Tints of Cinnabar #F04A28

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 11.3%

R = 67.8%
G = 20.9%
B = 11.3%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.83

 K value IS 0.06

RGB Variations

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

Color information

#F04A28 (or 0xF04A28) is known color: Cinnabar. HEX triplet: F0, 4A and 28. RGB value is (240,74,40). Sum of RGB (Red+Green+Blue) = 240+74+40=354 (46% of max value = 765). Red value is 240 (94.14% from 255 or 67.80% from 354); Green value is 74 (29.30% from 255 or 20.90% from 354); Blue value is 40 (16.02% from 255 or 11.30% from 354); Max value from RGB is 240 - color contains mainly: red. Hex color #F04A28 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F04A28 is #0FB5D7. Grayscale: #787878. Windows color (decimal): -1029592 or 2640624. OLE color: 2640624.

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

Color convert

RGB 240 74 40 -
CMYK 0 0.69 0.83 0.06
HSL 10.2º 0.87% 0.55% -
HSV(B) 10.2º 0.83% 0.94% -
XYZ 38.77 23.58 4.51 -
YUV 119.76 83 213.76 -
System Red Green Blue C M Y K H S L
Decimal 240 74 40 0 0.69 0.83 0.06 10.2 0.87 0.55
Hex F0 4A 28 0 45 53 6 A 57 37
Octal 360 112 50 0 105 123 6 12 127 67
Binary 11110000 1001010 101000 0 1000101 1010011 110 1010 1010111 110111

Color Harmonies of #F04A28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F04A28

Black with #F04A28

Text Example


Text Example

White with #F04A28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F04A28; }

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

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

background-color css

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

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

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

border-color css

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

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

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