Html Css Color HEX #FA4C0A Vermilion

📋 copy color: '#FA4C0A'

red 250 ◦ green 76 ◦ blue 10

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

Shades of Vermilion #FA4C0A

Tints of Vermilion #FA4C0A

RGB

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

 GREEN value IS 76 (30.08% from 255) = 22.62%

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

R = 74.4%
G = 22.62%
B = 2.98%

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

#FA4C0A (or 0xFA4C0A) is known color: Vermilion. HEX triplet: FA, 4C and 0A. RGB value is (250,76,10). Sum of RGB (Red+Green+Blue) = 250+76+10=336 (44% of max value = 765). Red value is 250 (98.05% from 255 or 74.40% from 336); Green value is 76 (30.08% from 255 or 22.62% from 336); Blue value is 10 (4.30% from 255 or 2.98% from 336); Max value from RGB is 250 - color contains mainly: red. Hex color #FA4C0A is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FA4C0A is #05B3F5. Grayscale: #787878. Windows color (decimal): -373750 or 675066. OLE color: 675066.

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

Color convert

RGB 250 76 10 -
CMYK 0 0.70 0.96 0.02
HSL 16.5º 0.96% 0.51% -
HSV(B) 16.5º 0.96% 0.98% -
XYZ 42.06 25.51 3 -
YUV 120.5 65.65 220.37 -
System Red Green Blue C M Y K H S L
Decimal 250 76 10 0 0.70 0.96 0.02 16.5 0.96 0.51
Hex FA 4C A 0 46 60 2 10 60 33
Octal 372 114 12 0 106 140 2 20 140 63
Binary 11111010 1001100 1010 0 1000110 1100000 10 10000 1100000 110011

Color Harmonies of #FA4C0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA4C0A

Black with #FA4C0A

Text Example


Text Example

White with #FA4C0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA4C0A; }

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

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

background-color css

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

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

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

border-color css

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

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

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