Html Css Color HEX #F54D11 Vermilion

📋 copy color: '#F54D11'

red 245 ◦ green 77 ◦ blue 17

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

Shades of Vermilion #F54D11

Tints of Vermilion #F54D11

RGB

 RED value IS 245 (96.09% from 255) = 72.27%

 GREEN value IS 77 (30.47% from 255) = 22.71%

 BLUE value IS 17 (7.03% from 255) = 5.01%

R = 72.27%
G = 22.71%
B = 5.01%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.93

 K value IS 0.04

RGB Variations

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

Color information

#F54D11 (or 0xF54D11) is known color: Vermilion. HEX triplet: F5, 4D and 11. RGB value is (245,77,17). Sum of RGB (Red+Green+Blue) = 245+77+17=339 (44% of max value = 765). Red value is 245 (96.09% from 255 or 72.27% from 339); Green value is 77 (30.47% from 255 or 22.71% from 339); Blue value is 17 (7.03% from 255 or 5.01% from 339); Max value from RGB is 245 - color contains mainly: red. Hex color #F54D11 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F54D11 is #0AB2EE. Grayscale: #787878. Windows color (decimal): -701167 or 1134069. OLE color: 1134069.

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

Color convert

RGB 245 77 17 -
CMYK 0 0.69 0.93 0.04
HSL 15.79º 0.92% 0.51% -
HSV(B) 15.79º 0.93% 0.96% -
XYZ 40.41 24.76 3.18 -
YUV 120.39 69.66 216.88 -
System Red Green Blue C M Y K H S L
Decimal 245 77 17 0 0.69 0.93 0.04 15.79 0.92 0.51
Hex F5 4D 11 0 45 5D 4 10 5C 33
Octal 365 115 21 0 105 135 4 20 134 63
Binary 11110101 1001101 10001 0 1000101 1011101 100 10000 1011100 110011

Color Harmonies of #F54D11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F54D11

Black with #F54D11

Text Example


Text Example

White with #F54D11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F54D11; }

 p { color: rgb(245,77,17); }

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

background-color css

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

 a { background-color: rgb(245,77,17); }

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

border-color css

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

 span { border-color: rgb(245,77,17); }

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