Html Css Color HEX #FA4A0A Vermilion

📋 copy color: '#FA4A0A'

red 250 ◦ green 74 ◦ blue 10

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

Shades of Vermilion #FA4A0A

Tints of Vermilion #FA4A0A

RGB

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

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

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

R = 74.85%
G = 22.16%
B = 2.99%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.96

 K value IS 0.02

RGB Variations

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

Color information

#FA4A0A (or 0xFA4A0A) is known color: Vermilion. HEX triplet: FA, 4A and 0A. RGB value is (250,74,10). Sum of RGB (Red+Green+Blue) = 250+74+10=334 (44% of max value = 765). Red value is 250 (98.05% from 255 or 74.85% from 334); Green value is 74 (29.30% from 255 or 22.16% from 334); Blue value is 10 (4.30% from 255 or 2.99% from 334); Max value from RGB is 250 - color contains mainly: red. Hex color #FA4A0A is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FA4A0A is #05B5F5. Grayscale: #777777. Windows color (decimal): -374262 or 674554. OLE color: 674554.

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

Color convert

RGB 250 74 10 -
CMYK 0 0.70 0.96 0.02
HSL 16º 0.96% 0.51% -
HSV(B) 16º 0.96% 0.98% -
XYZ 41.93 25.24 2.95 -
YUV 119.33 66.31 221.2 -
System Red Green Blue C M Y K H S L
Decimal 250 74 10 0 0.70 0.96 0.02 16 0.96 0.51
Hex FA 4A A 0 46 60 2 10 60 33
Octal 372 112 12 0 106 140 2 20 140 63
Binary 11111010 1001010 1010 0 1000110 1100000 10 10000 1100000 110011

Color Harmonies of #FA4A0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA4A0A

Black with #FA4A0A

Text Example


Text Example

White with #FA4A0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA4A0A; }

 p { color: rgb(250,74,10); }

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

background-color css

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

 a { background-color: rgb(250,74,10); }

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

border-color css

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

 span { border-color: rgb(250,74,10); }

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