Html Css Color HEX #F04622 Cinnabar

📋 copy color: '#F04622'

red 240 ◦ green 70 ◦ blue 34

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

Shades of Cinnabar #F04622

Tints of Cinnabar #F04622

RGB

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

 GREEN value IS 70 (27.73% from 255) = 20.35%

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

R = 69.77%
G = 20.35%
B = 9.88%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.86

 K value IS 0.06

RGB Variations

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

Color information

#F04622 (or 0xF04622) is known color: Cinnabar. HEX triplet: F0, 46 and 22. RGB value is (240,70,34). Sum of RGB (Red+Green+Blue) = 240+70+34=344 (45% of max value = 765). Red value is 240 (94.14% from 255 or 69.77% from 344); Green value is 70 (27.73% from 255 or 20.35% from 344); Blue value is 34 (13.67% from 255 or 9.88% from 344); Max value from RGB is 240 - color contains mainly: red. Hex color #F04622 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F04622 is #0FB9DD. Grayscale: #757575. Windows color (decimal): -1030622 or 2246384. OLE color: 2246384.

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

Color convert

RGB 240 70 34 -
CMYK 0 0.71 0.86 0.06
HSL 10.49º 0.87% 0.54% -
HSV(B) 10.49º 0.86% 0.94% -
XYZ 38.41 23.02 3.93 -
YUV 116.73 81.32 215.93 -
System Red Green Blue C M Y K H S L
Decimal 240 70 34 0 0.71 0.86 0.06 10.49 0.87 0.54
Hex F0 46 22 0 47 56 6 A 57 36
Octal 360 106 42 0 107 126 6 12 127 66
Binary 11110000 1000110 100010 0 1000111 1010110 110 1010 1010111 110110

Color Harmonies of #F04622

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F04622

Black with #F04622

Text Example


Text Example

White with #F04622

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F04622; }

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

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

background-color css

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

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

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

border-color css

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

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

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