Html Css Color HEX #F04C26 Cinnabar

📋 copy color: '#F04C26'

red 240 ◦ green 76 ◦ blue 38

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

Shades of Cinnabar #F04C26

Tints of Cinnabar #F04C26

RGB

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

 GREEN value IS 76 (30.08% from 255) = 21.47%

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

R = 67.8%
G = 21.47%
B = 10.73%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.84

 K value IS 0.06

RGB Variations

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

Color information

#F04C26 (or 0xF04C26) is known color: Cinnabar. HEX triplet: F0, 4C and 26. RGB value is (240,76,38). Sum of RGB (Red+Green+Blue) = 240+76+38=354 (46% of max value = 765). Red value is 240 (94.14% from 255 or 67.80% from 354); Green value is 76 (30.08% from 255 or 21.47% from 354); Blue value is 38 (15.23% from 255 or 10.73% from 354); Max value from RGB is 240 - color contains mainly: red. Hex color #F04C26 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F04C26 is #0FB3D9. Grayscale: #797979. Windows color (decimal): -1029082 or 2510064. OLE color: 2510064.

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

Color convert

RGB 240 76 38 -
CMYK 0 0.68 0.84 0.06
HSL 11.29º 0.87% 0.55% -
HSV(B) 11.29º 0.84% 0.94% -
XYZ 38.87 23.83 4.39 -
YUV 120.7 81.33 213.09 -
System Red Green Blue C M Y K H S L
Decimal 240 76 38 0 0.68 0.84 0.06 11.29 0.87 0.55
Hex F0 4C 26 0 44 54 6 B 57 37
Octal 360 114 46 0 104 124 6 13 127 67
Binary 11110000 1001100 100110 0 1000100 1010100 110 1011 1010111 110111

Color Harmonies of #F04C26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F04C26

Black with #F04C26

Text Example


Text Example

White with #F04C26

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F04C26; }

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

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

background-color css

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

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

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

border-color css

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

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

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