Html Css Color HEX #F54A0B Vermilion

📋 copy color: '#F54A0B'

red 245 ◦ green 74 ◦ blue 11

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

Shades of Vermilion #F54A0B

Tints of Vermilion #F54A0B

RGB

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

 GREEN value IS 74 (29.3% from 255) = 22.42%

 BLUE value IS 11 (4.69% from 255) = 3.33%

R = 74.24%
G = 22.42%
B = 3.33%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.96

 K value IS 0.04

RGB Variations

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

Color information

#F54A0B (or 0xF54A0B) is known color: Vermilion. HEX triplet: F5, 4A and 0B. RGB value is (245,74,11). Sum of RGB (Red+Green+Blue) = 245+74+11=330 (43% of max value = 765). Red value is 245 (96.09% from 255 or 74.24% from 330); Green value is 74 (29.30% from 255 or 22.42% from 330); Blue value is 11 (4.69% from 255 or 3.33% from 330); Max value from RGB is 245 - color contains mainly: red. Hex color #F54A0B is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F54A0B is #0AB5F4. Grayscale: #767676. Windows color (decimal): -701941 or 740085. OLE color: 740085.

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

Color convert

RGB 245 74 11 -
CMYK 0 0.70 0.96 0.04
HSL 16.15º 0.92% 0.5% -
HSV(B) 16.15º 0.96% 0.96% -
XYZ 40.17 24.33 2.9 -
YUV 117.95 67.65 218.62 -
System Red Green Blue C M Y K H S L
Decimal 245 74 11 0 0.70 0.96 0.04 16.15 0.92 0.5
Hex F5 4A B 0 46 60 4 10 5C 32
Octal 365 112 13 0 106 140 4 20 134 62
Binary 11110101 1001010 1011 0 1000110 1100000 100 10000 1011100 110010

Color Harmonies of #F54A0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F54A0B

Black with #F54A0B

Text Example


Text Example

White with #F54A0B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F54A0B; }

 p { color: rgb(245,74,11); }

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

background-color css

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

 a { background-color: rgb(245,74,11); }

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

border-color css

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

 span { border-color: rgb(245,74,11); }

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