Html Css Color HEX #FA4B0A Vermilion

📋 copy color: '#FA4B0A'

red 250 ◦ green 75 ◦ blue 10

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

Shades of Vermilion #FA4B0A

Tints of Vermilion #FA4B0A

RGB

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

 GREEN value IS 75 (29.69% from 255) = 22.39%

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

R = 74.63%
G = 22.39%
B = 2.99%

CMYK

 C value IS 0

 M value IS 0.7

 Y value IS 0.96

 K value IS 0.02

RGB Variations

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

Color information

#FA4B0A (or 0xFA4B0A) is known color: Vermilion. HEX triplet: FA, 4B and 0A. RGB value is (250,75,10). Sum of RGB (Red+Green+Blue) = 250+75+10=335 (44% of max value = 765). Red value is 250 (98.05% from 255 or 74.63% from 335); Green value is 75 (29.69% from 255 or 22.39% from 335); Blue value is 10 (4.30% from 255 or 2.99% from 335); Max value from RGB is 250 - color contains mainly: red. Hex color #FA4B0A is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FA4B0A is #05B4F5. Grayscale: #787878. Windows color (decimal): -374006 or 674810. OLE color: 674810.

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

Color convert

RGB 250 75 10 -
CMYK 0 0.7 0.96 0.02
HSL 16.25º 0.96% 0.51% -
HSV(B) 16.25º 0.96% 0.98% -
XYZ 42 25.38 2.97 -
YUV 119.92 65.98 220.79 -
System Red Green Blue C M Y K H S L
Decimal 250 75 10 0 0.7 0.96 0.02 16.25 0.96 0.51
Hex FA 4B A 0 46 60 2 10 60 33
Octal 372 113 12 0 106 140 2 20 140 63
Binary 11111010 1001011 1010 0 1000110 1100000 10 10000 1100000 110011

Color Harmonies of #FA4B0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA4B0A

Black with #FA4B0A

Text Example


Text Example

White with #FA4B0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA4B0A; }

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

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

background-color css

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

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

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

border-color css

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

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

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