Html Css Color HEX #FA4D04 Vermilion

📋 copy color: '#FA4D04'

red 250 ◦ green 77 ◦ blue 4

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

Shades of Vermilion #FA4D04

Tints of Vermilion #FA4D04

RGB

 RED value IS 250 (98.05% from 255) = 75.53%

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

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

R = 75.53%
G = 23.26%
B = 1.21%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.98

 K value IS 0.02

RGB Variations

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

Color information

#FA4D04 (or 0xFA4D04) is known color: Vermilion. HEX triplet: FA, 4D and 04. RGB value is (250,77,4). Sum of RGB (Red+Green+Blue) = 250+77+4=331 (43% of max value = 765). Red value is 250 (98.05% from 255 or 75.53% from 331); Green value is 77 (30.47% from 255 or 23.26% from 331); Blue value is 4 (1.95% from 255 or 1.21% from 331); Max value from RGB is 250 - color contains mainly: red. Hex color #FA4D04 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FA4D04 is #05B2FB. Grayscale: #787878. Windows color (decimal): -373500 or 282106. OLE color: 282106.

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

Color convert

RGB 250 77 4 -
CMYK 0 0.69 0.98 0.02
HSL 17.8º 0.97% 0.5% -
HSV(B) 17.8º 0.98% 0.98% -
XYZ 42.1 25.64 2.85 -
YUV 120.41 62.31 220.44 -
System Red Green Blue C M Y K H S L
Decimal 250 77 4 0 0.69 0.98 0.02 17.8 0.97 0.5
Hex FA 4D 4 0 45 62 2 12 61 32
Octal 372 115 4 0 105 142 2 22 141 62
Binary 11111010 1001101 100 0 1000101 1100010 10 10010 1100001 110010

Color Harmonies of #FA4D04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA4D04

Black with #FA4D04

Text Example


Text Example

White with #FA4D04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA4D04; }

 p { color: rgb(250,77,4); }

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

background-color css

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

 a { background-color: rgb(250,77,4); }

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

border-color css

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

 span { border-color: rgb(250,77,4); }

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