Html Css Color HEX #FA4B0B Vermilion

📋 copy color: '#FA4B0B'

red 250 ◦ green 75 ◦ blue 11

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

Shades of Vermilion #FA4B0B

Tints of Vermilion #FA4B0B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 3.27%

R = 74.4%
G = 22.32%
B = 3.27%

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

#FA4B0B (or 0xFA4B0B) is known color: Vermilion. HEX triplet: FA, 4B and 0B. RGB value is (250,75,11). Sum of RGB (Red+Green+Blue) = 250+75+11=336 (44% of max value = 765). Red value is 250 (98.05% from 255 or 74.40% from 336); Green value is 75 (29.69% from 255 or 22.32% from 336); Blue value is 11 (4.69% from 255 or 3.27% from 336); Max value from RGB is 250 - color contains mainly: red. Hex color #FA4B0B is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FA4B0B is #05B4F4. Grayscale: #787878. Windows color (decimal): -374005 or 740346. OLE color: 740346.

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

Color convert

RGB 250 75 11 -
CMYK 0 0.7 0.96 0.02
HSL 16.07º 0.96% 0.51% -
HSV(B) 16.07º 0.96% 0.98% -
XYZ 42 25.38 3 -
YUV 120.03 66.48 220.7 -
System Red Green Blue C M Y K H S L
Decimal 250 75 11 0 0.7 0.96 0.02 16.07 0.96 0.51
Hex FA 4B B 0 46 60 2 10 60 33
Octal 372 113 13 0 106 140 2 20 140 63
Binary 11111010 1001011 1011 0 1000110 1100000 10 10000 1100000 110011

Color Harmonies of #FA4B0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA4B0B

Black with #FA4B0B

Text Example


Text Example

White with #FA4B0B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA4B0B; }

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

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

background-color css

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

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

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

border-color css

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

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

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