Html Css Color HEX #FE4B0B Vermilion

📋 copy color: '#FE4B0B'

red 254 ◦ green 75 ◦ blue 11

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

Shades of Vermilion #FE4B0B

Tints of Vermilion #FE4B0B

RGB

 RED value IS 254 (99.61% from 255) = 74.71%

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

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

R = 74.71%
G = 22.06%
B = 3.24%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.96

 K value IS 0.00

RGB Variations

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

Color information

#FE4B0B (or 0xFE4B0B) is known color: Vermilion. HEX triplet: FE, 4B and 0B. RGB value is (254,75,11). Sum of RGB (Red+Green+Blue) = 254+75+11=340 (45% of max value = 765). Red value is 254 (99.61% from 255 or 74.71% from 340); Green value is 75 (29.69% from 255 or 22.06% from 340); Blue value is 11 (4.69% from 255 or 3.24% from 340); Max value from RGB is 254 - color contains mainly: red. Hex color #FE4B0B is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FE4B0B is #01B4F4. Grayscale: #797979. Windows color (decimal): -111861 or 740350. OLE color: 740350.

HSL color Cylindrical-coordinate representation of color #FE4B0B: hue angle of 15.8º degrees, saturation: 0.99, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #FE4B0B is Cyan = 0, Magento = 0.70, Yellow = 0.96 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 75 11 -
CMYK 0 0.70 0.96 0.00
HSL 15.8º 0.99% 0.52% -
HSV(B) 15.8º 0.96% 1% -
XYZ 43.45 26.13 3.07 -
YUV 121.23 65.8 222.7 -
System Red Green Blue C M Y K H S L
Decimal 254 75 11 0 0.70 0.96 0.00 15.8 0.99 0.52
Hex FE 4B B 0 46 60 0 10 63 34
Octal 376 113 13 0 106 140 0 20 143 64
Binary 11111110 1001011 1011 0 1000110 1100000 0 10000 1100011 110100

Color Harmonies of #FE4B0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE4B0B

Black with #FE4B0B

Text Example


Text Example

White with #FE4B0B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE4B0B; }

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

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

background-color css

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

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

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

border-color css

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

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

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