Html Css Color HEX #FB4A00 Vermilion

📋 copy color: '#FB4A00'

red 251 ◦ green 74 ◦ blue 0

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

Shades of Vermilion #FB4A00

Tints of Vermilion #FB4A00

RGB

 RED value IS 251 (98.44% from 255) = 77.23%

 GREEN value IS 74 (29.3% from 255) = 22.77%

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

R = 77.23%
G = 22.77%
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

#FB4A00 (or 0xFB4A00) is known color: Vermilion. HEX triplet: FB, 4A and 00. RGB value is (251,74,0). Sum of RGB (Red+Green+Blue) = 251+74+0=325 (43% of max value = 765). Red value is 251 (98.44% from 255 or 77.23% from 325); Green value is 74 (29.30% from 255 or 22.77% from 325); Blue value is 0 (0.39% from 255 or 0% from 325); Max value from RGB is 251 - color contains mainly: red. Hex color #FB4A00 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FB4A00 is #04B5FF. Grayscale: #767676. Windows color (decimal): -308736 or 19195. OLE color: 19195.

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

Color convert

RGB 251 74 0 -
CMYK 0 0.71 1 0.02
HSL 17.69º 1% 0.49% -
HSV(B) 17.69º 1% 0.98% -
XYZ 42.23 25.41 2.68 -
YUV 118.49 61.14 222.52 -
System Red Green Blue C M Y K H S L
Decimal 251 74 0 0 0.71 1 0.02 17.69 1 0.49
Hex FB 4A 0 0 47 64 2 12 64 31
Octal 373 112 0 0 107 144 2 22 144 61
Binary 11111011 1001010 0 0 1000111 1100100 10 10010 1100100 110001

Color Harmonies of #FB4A00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB4A00

Black with #FB4A00

Text Example


Text Example

White with #FB4A00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB4A00; }

 p { color: rgb(251,74,0); }

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

background-color css

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

 a { background-color: rgb(251,74,0); }

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

border-color css

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

 span { border-color: rgb(251,74,0); }

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