Html Css Color HEX #F54D1A Vermilion

📋 copy color: '#F54D1A'

red 245 ◦ green 77 ◦ blue 26

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

Shades of Vermilion #F54D1A

Tints of Vermilion #F54D1A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 7.47%

R = 70.4%
G = 22.13%
B = 7.47%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.89

 K value IS 0.04

RGB Variations

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

Color information

#F54D1A (or 0xF54D1A) is known color: Vermilion. HEX triplet: F5, 4D and 1A. RGB value is (245,77,26). Sum of RGB (Red+Green+Blue) = 245+77+26=348 (46% of max value = 765). Red value is 245 (96.09% from 255 or 70.40% from 348); Green value is 77 (30.47% from 255 or 22.13% from 348); Blue value is 26 (10.55% from 255 or 7.47% from 348); Max value from RGB is 245 - color contains mainly: red. Hex color #F54D1A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F54D1A is #0AB2E5. Grayscale: #797979. Windows color (decimal): -701158 or 1723893. OLE color: 1723893.

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

Color convert

RGB 245 77 26 -
CMYK 0 0.69 0.89 0.04
HSL 13.97º 0.92% 0.53% -
HSV(B) 13.97º 0.89% 0.96% -
XYZ 40.5 24.79 3.63 -
YUV 121.42 74.16 216.15 -
System Red Green Blue C M Y K H S L
Decimal 245 77 26 0 0.69 0.89 0.04 13.97 0.92 0.53
Hex F5 4D 1A 0 45 59 4 E 5C 35
Octal 365 115 32 0 105 131 4 16 134 65
Binary 11110101 1001101 11010 0 1000101 1011001 100 1110 1011100 110101

Color Harmonies of #F54D1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F54D1A

Black with #F54D1A

Text Example


Text Example

White with #F54D1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F54D1A; }

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

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

background-color css

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

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

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

border-color css

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

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

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