Html Css Color HEX #FA4D1B Vermilion

📋 copy color: '#FA4D1B'

red 250 ◦ green 77 ◦ blue 27

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

Shades of Vermilion #FA4D1B

Tints of Vermilion #FA4D1B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 7.63%

R = 70.62%
G = 21.75%
B = 7.63%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.89

 K value IS 0.02

RGB Variations

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

Color information

#FA4D1B (or 0xFA4D1B) is known color: Vermilion. HEX triplet: FA, 4D and 1B. RGB value is (250,77,27). Sum of RGB (Red+Green+Blue) = 250+77+27=354 (46% of max value = 765). Red value is 250 (98.05% from 255 or 70.62% from 354); Green value is 77 (30.47% from 255 or 21.75% from 354); Blue value is 27 (10.94% from 255 or 7.63% from 354); Max value from RGB is 250 - color contains mainly: red. Hex color #FA4D1B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FA4D1B is #05B2E4. Grayscale: #7B7B7B. Windows color (decimal): -373477 or 1789434. OLE color: 1789434.

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

Color convert

RGB 250 77 27 -
CMYK 0 0.69 0.89 0.02
HSL 13.45º 0.96% 0.54% -
HSV(B) 13.45º 0.89% 0.98% -
XYZ 42.28 25.71 3.77 -
YUV 123.03 73.81 218.57 -
System Red Green Blue C M Y K H S L
Decimal 250 77 27 0 0.69 0.89 0.02 13.45 0.96 0.54
Hex FA 4D 1B 0 45 59 2 D 60 36
Octal 372 115 33 0 105 131 2 15 140 66
Binary 11111010 1001101 11011 0 1000101 1011001 10 1101 1100000 110110

Color Harmonies of #FA4D1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA4D1B

Black with #FA4D1B

Text Example


Text Example

White with #FA4D1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA4D1B; }

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

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

background-color css

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

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

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

border-color css

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

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

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