Html Css Color HEX #F04722 Cinnabar

📋 copy color: '#F04722'

red 240 ◦ green 71 ◦ blue 34

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

Shades of Cinnabar #F04722

Tints of Cinnabar #F04722

RGB

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

 GREEN value IS 71 (28.13% from 255) = 20.58%

 BLUE value IS 34 (13.67% from 255) = 9.86%

R = 69.57%
G = 20.58%
B = 9.86%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.86

 K value IS 0.06

RGB Variations

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

Color information

#F04722 (or 0xF04722) is known color: Cinnabar. HEX triplet: F0, 47 and 22. RGB value is (240,71,34). Sum of RGB (Red+Green+Blue) = 240+71+34=345 (45% of max value = 765). Red value is 240 (94.14% from 255 or 69.57% from 345); Green value is 71 (28.12% from 255 or 20.58% from 345); Blue value is 34 (13.67% from 255 or 9.86% from 345); Max value from RGB is 240 - color contains mainly: red. Hex color #F04722 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F04722 is #0FB8DD. Grayscale: #757575. Windows color (decimal): -1030366 or 2246640. OLE color: 2246640.

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

Color convert

RGB 240 71 34 -
CMYK 0 0.70 0.86 0.06
HSL 10.78º 0.87% 0.54% -
HSV(B) 10.78º 0.86% 0.94% -
XYZ 38.48 23.15 3.95 -
YUV 117.31 80.99 215.51 -
System Red Green Blue C M Y K H S L
Decimal 240 71 34 0 0.70 0.86 0.06 10.78 0.87 0.54
Hex F0 47 22 0 46 56 6 B 57 36
Octal 360 107 42 0 106 126 6 13 127 66
Binary 11110000 1000111 100010 0 1000110 1010110 110 1011 1010111 110110

Color Harmonies of #F04722

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F04722

Black with #F04722

Text Example


Text Example

White with #F04722

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F04722; }

 p { color: rgb(240,71,34); }

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

background-color css

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

 a { background-color: rgb(240,71,34); }

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

border-color css

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

 span { border-color: rgb(240,71,34); }

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