Html Css Color HEX #FA4900 Vermilion

📋 copy color: '#FA4900'

red 250 ◦ green 73 ◦ blue 0

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

Shades of Vermilion #FA4900

Tints of Vermilion #FA4900

RGB

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

 GREEN value IS 73 (28.91% from 255) = 22.6%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 77.4%
G = 22.6%
B = 0%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 1

 K value IS 0.02

RGB Variations

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

Color information

#FA4900 (or 0xFA4900) is known color: Vermilion. HEX triplet: FA, 49 and 00. RGB value is (250,73,0). Sum of RGB (Red+Green+Blue) = 250+73+0=323 (42% of max value = 765). Red value is 250 (98.05% from 255 or 77.40% from 323); Green value is 73 (28.91% from 255 or 22.60% from 323); Blue value is 0 (0.39% from 255 or 0% from 323); Max value from RGB is 250 - color contains mainly: red. Hex color #FA4900 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FA4900 is #05B6FF. Grayscale: #767676. Windows color (decimal): -374528 or 18938. OLE color: 18938.

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

Color convert

RGB 250 73 0 -
CMYK 0 0.71 1 0.02
HSL 17.52º 1% 0.49% -
HSV(B) 17.52º 1% 0.98% -
XYZ 41.81 25.09 2.64 -
YUV 117.6 61.64 222.44 -
System Red Green Blue C M Y K H S L
Decimal 250 73 0 0 0.71 1 0.02 17.52 1 0.49
Hex FA 49 0 0 47 64 2 12 64 31
Octal 372 111 0 0 107 144 2 22 144 61
Binary 11111010 1001001 0 0 1000111 1100100 10 10010 1100100 110001

Color Harmonies of #FA4900

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA4900

Black with #FA4900

Text Example


Text Example

White with #FA4900

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA4900; }

 p { color: rgb(250,73,0); }

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

background-color css

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

 a { background-color: rgb(250,73,0); }

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

border-color css

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

 span { border-color: rgb(250,73,0); }

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