Html Css Color HEX #FE4B0D Vermilion

📋 copy color: '#FE4B0D'

red 254 ◦ green 75 ◦ blue 13

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

Shades of Vermilion #FE4B0D

Tints of Vermilion #FE4B0D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 3.8%

R = 74.27%
G = 21.93%
B = 3.8%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.95

 K value IS 0.00

RGB Variations

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

Color information

#FE4B0D (or 0xFE4B0D) is known color: Vermilion. HEX triplet: FE, 4B and 0D. RGB value is (254,75,13). Sum of RGB (Red+Green+Blue) = 254+75+13=342 (45% of max value = 765). Red value is 254 (99.61% from 255 or 74.27% from 342); Green value is 75 (29.69% from 255 or 21.93% from 342); Blue value is 13 (5.47% from 255 or 3.80% from 342); Max value from RGB is 254 - color contains mainly: red. Hex color #FE4B0D is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FE4B0D is #01B4F2. Grayscale: #797979. Windows color (decimal): -111859 or 871422. OLE color: 871422.

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

Color convert

RGB 254 75 13 -
CMYK 0 0.70 0.95 0.00
HSL 15.44º 0.99% 0.52% -
HSV(B) 15.44º 0.95% 1% -
XYZ 43.46 26.13 3.13 -
YUV 121.45 66.8 222.54 -
System Red Green Blue C M Y K H S L
Decimal 254 75 13 0 0.70 0.95 0.00 15.44 0.99 0.52
Hex FE 4B D 0 46 5F 0 F 63 34
Octal 376 113 15 0 106 137 0 17 143 64
Binary 11111110 1001011 1101 0 1000110 1011111 0 1111 1100011 110100

Color Harmonies of #FE4B0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE4B0D

Black with #FE4B0D

Text Example


Text Example

White with #FE4B0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE4B0D; }

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

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

background-color css

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

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

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

border-color css

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

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

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