Html Css Color HEX #F54A04 Vermilion

📋 copy color: '#F54A04'

red 245 ◦ green 74 ◦ blue 4

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

Shades of Vermilion #F54A04

Tints of Vermilion #F54A04

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 1.24%

R = 75.85%
G = 22.91%
B = 1.24%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.98

 K value IS 0.04

RGB Variations

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

Color information

#F54A04 (or 0xF54A04) is known color: Vermilion. HEX triplet: F5, 4A and 04. RGB value is (245,74,4). Sum of RGB (Red+Green+Blue) = 245+74+4=323 (42% of max value = 765). Red value is 245 (96.09% from 255 or 75.85% from 323); Green value is 74 (29.30% from 255 or 22.91% from 323); Blue value is 4 (1.95% from 255 or 1.24% from 323); Max value from RGB is 245 - color contains mainly: red. Hex color #F54A04 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F54A04 is #0AB5FB. Grayscale: #757575. Windows color (decimal): -701948 or 281333. OLE color: 281333.

HSL color Cylindrical-coordinate representation of color #F54A04: hue angle of 17.43º degrees, saturation: 0.97, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F54A04 is Cyan = 0, Magento = 0.70, Yellow = 0.98 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 74 4 -
CMYK 0 0.70 0.98 0.04
HSL 17.43º 0.97% 0.49% -
HSV(B) 17.43º 0.98% 0.96% -
XYZ 40.13 24.32 2.69 -
YUV 117.15 64.15 219.19 -
System Red Green Blue C M Y K H S L
Decimal 245 74 4 0 0.70 0.98 0.04 17.43 0.97 0.49
Hex F5 4A 4 0 46 62 4 11 61 31
Octal 365 112 4 0 106 142 4 21 141 61
Binary 11110101 1001010 100 0 1000110 1100010 100 10001 1100001 110001

Color Harmonies of #F54A04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F54A04

Black with #F54A04

Text Example


Text Example

White with #F54A04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F54A04; }

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

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

background-color css

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

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

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

border-color css

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

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

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