Html Css Color HEX #FB4E14 Vermilion

📋 copy color: '#FB4E14'

red 251 ◦ green 78 ◦ blue 20

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

Shades of Vermilion #FB4E14

Tints of Vermilion #FB4E14

RGB

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

 GREEN value IS 78 (30.86% from 255) = 22.35%

 BLUE value IS 20 (8.2% from 255) = 5.73%

R = 71.92%
G = 22.35%
B = 5.73%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.92

 K value IS 0.02

RGB Variations

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

Color information

#FB4E14 (or 0xFB4E14) is known color: Vermilion. HEX triplet: FB, 4E and 14. RGB value is (251,78,20). Sum of RGB (Red+Green+Blue) = 251+78+20=349 (46% of max value = 765). Red value is 251 (98.44% from 255 or 71.92% from 349); Green value is 78 (30.86% from 255 or 22.35% from 349); Blue value is 20 (8.20% from 255 or 5.73% from 349); Max value from RGB is 251 - color contains mainly: red. Hex color #FB4E14 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FB4E14 is #04B1EB. Grayscale: #7B7B7B. Windows color (decimal): -307692 or 1330939. OLE color: 1330939.

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

Color convert

RGB 251 78 20 -
CMYK 0 0.69 0.92 0.02
HSL 15.06º 0.97% 0.53% -
HSV(B) 15.06º 0.92% 0.98% -
XYZ 42.63 26.01 3.43 -
YUV 123.12 69.81 219.22 -
System Red Green Blue C M Y K H S L
Decimal 251 78 20 0 0.69 0.92 0.02 15.06 0.97 0.53
Hex FB 4E 14 0 45 5C 2 F 61 35
Octal 373 116 24 0 105 134 2 17 141 65
Binary 11111011 1001110 10100 0 1000101 1011100 10 1111 1100001 110101

Color Harmonies of #FB4E14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB4E14

Black with #FB4E14

Text Example


Text Example

White with #FB4E14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB4E14; }

 p { color: rgb(251,78,20); }

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

background-color css

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

 a { background-color: rgb(251,78,20); }

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

border-color css

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

 span { border-color: rgb(251,78,20); }

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