Html Css Color HEX #F54C15 Vermilion

📋 copy color: '#F54C15'

red 245 ◦ green 76 ◦ blue 21

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

Shades of Vermilion #F54C15

Tints of Vermilion #F54C15

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 6.14%

R = 71.64%
G = 22.22%
B = 6.14%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.91

 K value IS 0.04

RGB Variations

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

Color information

#F54C15 (or 0xF54C15) is known color: Vermilion. HEX triplet: F5, 4C and 15. RGB value is (245,76,21). Sum of RGB (Red+Green+Blue) = 245+76+21=342 (45% of max value = 765). Red value is 245 (96.09% from 255 or 71.64% from 342); Green value is 76 (30.08% from 255 or 22.22% from 342); Blue value is 21 (8.59% from 255 or 6.14% from 342); Max value from RGB is 245 - color contains mainly: red. Hex color #F54C15 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F54C15 is #0AB3EA. Grayscale: #787878. Windows color (decimal): -701419 or 1395957. OLE color: 1395957.

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

Color convert

RGB 245 76 21 -
CMYK 0 0.69 0.91 0.04
HSL 14.73º 0.92% 0.52% -
HSV(B) 14.73º 0.91% 0.96% -
XYZ 40.38 24.64 3.34 -
YUV 120.26 71.99 216.97 -
System Red Green Blue C M Y K H S L
Decimal 245 76 21 0 0.69 0.91 0.04 14.73 0.92 0.52
Hex F5 4C 15 0 45 5B 4 F 5C 34
Octal 365 114 25 0 105 133 4 17 134 64
Binary 11110101 1001100 10101 0 1000101 1011011 100 1111 1011100 110100

Color Harmonies of #F54C15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F54C15

Black with #F54C15

Text Example


Text Example

White with #F54C15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F54C15; }

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

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

background-color css

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

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

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

border-color css

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

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

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