#F54B05

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

Shades of Vermilion #F54B05

Tints of Vermilion #F54B05

Color information

#F54B05 (or 0xF54B05) is unknown color: approx Vermilion. HEX triplet: F5, 4B and 05. RGB value is (245,75,5). Sum of RGB (Red+Green+Blue) = 245+75+5=325 (43% of max value = 765). Red value is 245 (96.09% from 255 or 75.38% from 325); Green value is 75 (29.69% from 255 or 23.08% from 325); Blue value is 5 (2.34% from 255 or 1.54% from 325); Max value from RGB is 245 - color contains mainly: red. Hex color #F54B05 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F54B05 is #0AB4FA. Grayscale: #767676. Windows color (decimal): -701691 or 347125. OLE color: 347125.

HSL color Cylindrical-coordinate representation of color #F54B05: hue angle of 17.5º degrees, saturation: 0.96, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F54B05 is Cyan = 0, Magento = 0.69, Yellow = 0.98 and Black (K on CMYK) = 0.04.

Color convert

RGB245755-
CMYK00.690.980.04
HSL17.5º96%49.02%-
HSV(B)17.5º97.96%96.08%-
XYZ40.224.462.75-
YUV117.8564.32218.69-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 75.38%
GREEN value IS 75 (29.69% from 255) = 23.08%
BLUE value IS 5 (2.34% from 255) = 1.54%
R=75.38%
G=23.08%
B=1.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.98
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24575500.690.980.0417.59649.02
HexF54B5045624126031
Octal3651135010514242214061
Binary111101011001011101010001011100010100100101100000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F54B05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F54B05; }

 p { color: rgb(245,75,5); }

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

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

 a { background-color: rgb(245,75,5); }

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

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

 span { border-color: rgb(245,75,5); }

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