#F05027

Color #F05027 Cinnabar (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cinnabar #F05027

Tints of Cinnabar #F05027

Color information

#F05027 (or 0xF05027) is unknown color: approx Cinnabar. HEX triplet: F0, 50 and 27. RGB value is (240,80,39). Sum of RGB (Red+Green+Blue) = 240+80+39=359 (47% of max value = 765). Red value is 240 (94.14% from 255 or 66.85% from 359); Green value is 80 (31.64% from 255 or 22.28% from 359); Blue value is 39 (15.62% from 255 or 10.86% from 359); Max value from RGB is 240 - color contains mainly: red. Hex color #F05027 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F05027 is #0FAFD8. Grayscale: #7B7B7B. Windows color (decimal): -1028057 or 2576624. OLE color: 2576624.

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

Color convert

RGB2408039-
CMYK00.670.840.06
HSL12.24º87.01%54.71%-
HSV(B)12.24º83.75%94.12%-
XYZ39.1724.414.57-
YUV123.1780.51211.33-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 66.85%
GREEN value IS 80 (31.64% from 255) = 22.28%
BLUE value IS 39 (15.62% from 255) = 10.86%
R=66.85%
G=22.28%
B=10.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.84
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal240803900.670.840.0612.2487.0154.71
HexF05027043546c5737
Octal36012047010312461412767
Binary11110000101000010011101000011101010011011001010111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F05027

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F05027; }

 p { color: rgb(240,80,39); }

 H1.HeaderClassName
 {
   color: #F05027;
 }
 .AnyTagClassName
 {
   color: #F05027;
 }
</style>
background-color css

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

 a { background-color: rgb(240,80,39); }

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

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

 span { border-color: rgb(240,80,39); }

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