Html Css Color HEX #F04520 Cinnabar

📋 copy color: '#F04520'

red 240 ◦ green 69 ◦ blue 32

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

Shades of Cinnabar #F04520

Tints of Cinnabar #F04520

RGB

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

 GREEN value IS 69 (27.34% from 255) = 20.23%

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

R = 70.38%
G = 20.23%
B = 9.38%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.87

 K value IS 0.06

RGB Variations

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

Color information

#F04520 (or 0xF04520) is known color: Cinnabar. HEX triplet: F0, 45 and 20. RGB value is (240,69,32). Sum of RGB (Red+Green+Blue) = 240+69+32=341 (45% of max value = 765). Red value is 240 (94.14% from 255 or 70.38% from 341); Green value is 69 (27.34% from 255 or 20.23% from 341); Blue value is 32 (12.89% from 255 or 9.38% from 341); Max value from RGB is 240 - color contains mainly: red. Hex color #F04520 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F04520 is #0FBADF. Grayscale: #747474. Windows color (decimal): -1030880 or 2115056. OLE color: 2115056.

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

Color convert

RGB 240 69 32 -
CMYK 0 0.71 0.87 0.06
HSL 10.67º 0.87% 0.53% -
HSV(B) 10.67º 0.87% 0.94% -
XYZ 38.32 22.89 3.76 -
YUV 115.91 80.65 216.51 -
System Red Green Blue C M Y K H S L
Decimal 240 69 32 0 0.71 0.87 0.06 10.67 0.87 0.53
Hex F0 45 20 0 47 57 6 B 57 35
Octal 360 105 40 0 107 127 6 13 127 65
Binary 11110000 1000101 100000 0 1000111 1010111 110 1011 1010111 110101

Color Harmonies of #F04520

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F04520

Black with #F04520

Text Example


Text Example

White with #F04520

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F04520; }

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

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

background-color css

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

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

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

border-color css

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

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

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