Html Css Color HEX #F54C18 Vermilion

📋 copy color: '#F54C18'

red 245 ◦ green 76 ◦ blue 24

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

Shades of Vermilion #F54C18

Tints of Vermilion #F54C18

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 6.96%

R = 71.01%
G = 22.03%
B = 6.96%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.90

 K value IS 0.04

RGB Variations

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

Color information

#F54C18 (or 0xF54C18) is known color: Vermilion. HEX triplet: F5, 4C and 18. RGB value is (245,76,24). Sum of RGB (Red+Green+Blue) = 245+76+24=345 (45% of max value = 765). Red value is 245 (96.09% from 255 or 71.01% from 345); Green value is 76 (30.08% from 255 or 22.03% from 345); Blue value is 24 (9.77% from 255 or 6.96% from 345); Max value from RGB is 245 - color contains mainly: red. Hex color #F54C18 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F54C18 is #0AB3E7. Grayscale: #787878. Windows color (decimal): -701416 or 1592565. OLE color: 1592565.

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

Color convert

RGB 245 76 24 -
CMYK 0 0.69 0.90 0.04
HSL 14.12º 0.92% 0.53% -
HSV(B) 14.12º 0.9% 0.96% -
XYZ 40.41 24.65 3.49 -
YUV 120.6 73.49 216.73 -
System Red Green Blue C M Y K H S L
Decimal 245 76 24 0 0.69 0.90 0.04 14.12 0.92 0.53
Hex F5 4C 18 0 45 5A 4 E 5C 35
Octal 365 114 30 0 105 132 4 16 134 65
Binary 11110101 1001100 11000 0 1000101 1011010 100 1110 1011100 110101

Color Harmonies of #F54C18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F54C18

Black with #F54C18

Text Example


Text Example

White with #F54C18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F54C18; }

 p { color: rgb(245,76,24); }

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

background-color css

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

 a { background-color: rgb(245,76,24); }

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

border-color css

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

 span { border-color: rgb(245,76,24); }

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