Html Css Color HEX #FA4D02 Vermilion

📋 copy color: '#FA4D02'

red 250 ◦ green 77 ◦ blue 2

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

Shades of Vermilion #FA4D02

Tints of Vermilion #FA4D02

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.61%

R = 75.99%
G = 23.4%
B = 0.61%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.99

 K value IS 0.02

RGB Variations

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

Color information

#FA4D02 (or 0xFA4D02) is known color: Vermilion. HEX triplet: FA, 4D and 02. RGB value is (250,77,2). Sum of RGB (Red+Green+Blue) = 250+77+2=329 (43% of max value = 765). Red value is 250 (98.05% from 255 or 75.99% from 329); Green value is 77 (30.47% from 255 or 23.40% from 329); Blue value is 2 (1.17% from 255 or 0.61% from 329); Max value from RGB is 250 - color contains mainly: red. Hex color #FA4D02 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FA4D02 is #05B2FD. Grayscale: #787878. Windows color (decimal): -373502 or 151034. OLE color: 151034.

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

Color convert

RGB 250 77 2 -
CMYK 0 0.69 0.99 0.02
HSL 18.15º 0.98% 0.49% -
HSV(B) 18.15º 0.99% 0.98% -
XYZ 42.09 25.64 2.79 -
YUV 120.18 61.31 220.6 -
System Red Green Blue C M Y K H S L
Decimal 250 77 2 0 0.69 0.99 0.02 18.15 0.98 0.49
Hex FA 4D 2 0 45 63 2 12 62 31
Octal 372 115 2 0 105 143 2 22 142 61
Binary 11111010 1001101 10 0 1000101 1100011 10 10010 1100010 110001

Color Harmonies of #FA4D02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA4D02

Black with #FA4D02

Text Example


Text Example

White with #FA4D02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA4D02; }

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

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

background-color css

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

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

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

border-color css

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

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

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