Html Css Color HEX #F04226 Cinnabar

📋 copy color: '#F04226'

red 240 ◦ green 66 ◦ blue 38

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

Shades of Cinnabar #F04226

Tints of Cinnabar #F04226

RGB

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

 GREEN value IS 66 (26.17% from 255) = 19.19%

 BLUE value IS 38 (15.23% from 255) = 11.05%

R = 69.77%
G = 19.19%
B = 11.05%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.84

 K value IS 0.06

RGB Variations

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

Color information

#F04226 (or 0xF04226) is known color: Cinnabar. HEX triplet: F0, 42 and 26. RGB value is (240,66,38). Sum of RGB (Red+Green+Blue) = 240+66+38=344 (45% of max value = 765). Red value is 240 (94.14% from 255 or 69.77% from 344); Green value is 66 (26.17% from 255 or 19.19% from 344); Blue value is 38 (15.23% from 255 or 11.05% from 344); Max value from RGB is 240 - color contains mainly: red. Hex color #F04226 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F04226 is #0FBDD9. Grayscale: #737373. Windows color (decimal): -1031642 or 2507504. OLE color: 2507504.

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

Color convert

RGB 240 66 38 -
CMYK 0 0.72 0.84 0.06
HSL 8.32º 0.87% 0.55% -
HSV(B) 8.32º 0.84% 0.94% -
XYZ 38.23 22.56 4.17 -
YUV 114.83 84.65 217.28 -
System Red Green Blue C M Y K H S L
Decimal 240 66 38 0 0.72 0.84 0.06 8.32 0.87 0.55
Hex F0 42 26 0 48 54 6 8 57 37
Octal 360 102 46 0 110 124 6 10 127 67
Binary 11110000 1000010 100110 0 1001000 1010100 110 1000 1010111 110111

Color Harmonies of #F04226

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F04226

Black with #F04226

Text Example


Text Example

White with #F04226

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F04226; }

 p { color: rgb(240,66,38); }

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

background-color css

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

 a { background-color: rgb(240,66,38); }

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

border-color css

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

 span { border-color: rgb(240,66,38); }

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