Html Css Color HEX #F54E1A Vermilion

📋 copy color: '#F54E1A'

red 245 ◦ green 78 ◦ blue 26

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

Shades of Vermilion #F54E1A

Tints of Vermilion #F54E1A

RGB

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

 GREEN value IS 78 (30.86% from 255) = 22.35%

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

R = 70.2%
G = 22.35%
B = 7.45%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.89

 K value IS 0.04

RGB Variations

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

Color information

#F54E1A (or 0xF54E1A) is known color: Vermilion. HEX triplet: F5, 4E and 1A. RGB value is (245,78,26). Sum of RGB (Red+Green+Blue) = 245+78+26=349 (46% of max value = 765). Red value is 245 (96.09% from 255 or 70.20% from 349); Green value is 78 (30.86% from 255 or 22.35% from 349); Blue value is 26 (10.55% from 255 or 7.45% from 349); Max value from RGB is 245 - color contains mainly: red. Hex color #F54E1A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F54E1A is #0AB1E5. Grayscale: #7A7A7A. Windows color (decimal): -700902 or 1724149. OLE color: 1724149.

HSL color Cylindrical-coordinate representation of color #F54E1A: hue angle of 14.25º 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 #F54E1A is Cyan = 0, Magento = 0.68, Yellow = 0.89 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 78 26 -
CMYK 0 0.68 0.89 0.04
HSL 14.25º 0.92% 0.53% -
HSV(B) 14.25º 0.89% 0.96% -
XYZ 40.57 24.94 3.65 -
YUV 122.01 73.83 215.73 -
System Red Green Blue C M Y K H S L
Decimal 245 78 26 0 0.68 0.89 0.04 14.25 0.92 0.53
Hex F5 4E 1A 0 44 59 4 E 5C 35
Octal 365 116 32 0 104 131 4 16 134 65
Binary 11110101 1001110 11010 0 1000100 1011001 100 1110 1011100 110101

Color Harmonies of #F54E1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F54E1A

Black with #F54E1A

Text Example


Text Example

White with #F54E1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F54E1A; }

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

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

background-color css

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

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

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

border-color css

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

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

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