Html Css Color HEX #F54D0A Vermilion

📋 copy color: '#F54D0A'

red 245 ◦ green 77 ◦ blue 10

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

Shades of Vermilion #F54D0A

Tints of Vermilion #F54D0A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 3.01%

R = 73.8%
G = 23.19%
B = 3.01%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.96

 K value IS 0.04

RGB Variations

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

Color information

#F54D0A (or 0xF54D0A) is known color: Vermilion. HEX triplet: F5, 4D and 0A. RGB value is (245,77,10). Sum of RGB (Red+Green+Blue) = 245+77+10=332 (43% of max value = 765). Red value is 245 (96.09% from 255 or 73.80% from 332); Green value is 77 (30.47% from 255 or 23.19% from 332); Blue value is 10 (4.30% from 255 or 3.01% from 332); Max value from RGB is 245 - color contains mainly: red. Hex color #F54D0A is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F54D0A is #0AB2F5. Grayscale: #787878. Windows color (decimal): -701174 or 675317. OLE color: 675317.

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

Color convert

RGB 245 77 10 -
CMYK 0 0.69 0.96 0.04
HSL 17.11º 0.92% 0.5% -
HSV(B) 17.11º 0.96% 0.96% -
XYZ 40.36 24.74 2.94 -
YUV 119.59 66.16 217.45 -
System Red Green Blue C M Y K H S L
Decimal 245 77 10 0 0.69 0.96 0.04 17.11 0.92 0.5
Hex F5 4D A 0 45 60 4 11 5C 32
Octal 365 115 12 0 105 140 4 21 134 62
Binary 11110101 1001101 1010 0 1000101 1100000 100 10001 1011100 110010

Color Harmonies of #F54D0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F54D0A

Black with #F54D0A

Text Example


Text Example

White with #F54D0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F54D0A; }

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

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

background-color css

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

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

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

border-color css

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

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

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