Html Css Color HEX #FB4A0E Vermilion

📋 copy color: '#FB4A0E'

red 251 ◦ green 74 ◦ blue 14

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

Shades of Vermilion #FB4A0E

Tints of Vermilion #FB4A0E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 4.13%

R = 74.04%
G = 21.83%
B = 4.13%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.94

 K value IS 0.02

RGB Variations

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

Color information

#FB4A0E (or 0xFB4A0E) is known color: Vermilion. HEX triplet: FB, 4A and 0E. RGB value is (251,74,14). Sum of RGB (Red+Green+Blue) = 251+74+14=339 (44% of max value = 765). Red value is 251 (98.44% from 255 or 74.04% from 339); Green value is 74 (29.30% from 255 or 21.83% from 339); Blue value is 14 (5.86% from 255 or 4.13% from 339); Max value from RGB is 251 - color contains mainly: red. Hex color #FB4A0E is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FB4A0E is #04B5F1. Grayscale: #787878. Windows color (decimal): -308722 or 936699. OLE color: 936699.

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

Color convert

RGB 251 74 14 -
CMYK 0 0.71 0.94 0.02
HSL 15.19º 0.97% 0.52% -
HSV(B) 15.19º 0.94% 0.98% -
XYZ 42.31 25.44 3.1 -
YUV 120.08 68.14 221.38 -
System Red Green Blue C M Y K H S L
Decimal 251 74 14 0 0.71 0.94 0.02 15.19 0.97 0.52
Hex FB 4A E 0 47 5E 2 F 61 34
Octal 373 112 16 0 107 136 2 17 141 64
Binary 11111011 1001010 1110 0 1000111 1011110 10 1111 1100001 110100

Color Harmonies of #FB4A0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB4A0E

Black with #FB4A0E

Text Example


Text Example

White with #FB4A0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB4A0E; }

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

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

background-color css

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

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

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

border-color css

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

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

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