Html Css Color HEX #FE4C0D Vermilion

📋 copy color: '#FE4C0D'

red 254 ◦ green 76 ◦ blue 13

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

Shades of Vermilion #FE4C0D

Tints of Vermilion #FE4C0D

RGB

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

 GREEN value IS 76 (30.08% from 255) = 22.16%

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

R = 74.05%
G = 22.16%
B = 3.79%

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

#FE4C0D (or 0xFE4C0D) is known color: Vermilion. HEX triplet: FE, 4C and 0D. RGB value is (254,76,13). Sum of RGB (Red+Green+Blue) = 254+76+13=343 (45% of max value = 765). Red value is 254 (99.61% from 255 or 74.05% from 343); Green value is 76 (30.08% from 255 or 22.16% from 343); Blue value is 13 (5.47% from 255 or 3.79% from 343); Max value from RGB is 254 - color contains mainly: red. Hex color #FE4C0D is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FE4C0D is #01B3F2. Grayscale: #7A7A7A. Windows color (decimal): -111603 or 871678. OLE color: 871678.

HSL color Cylindrical-coordinate representation of color #FE4C0D: hue angle of 15.68º 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 #FE4C0D is Cyan = 0, Magento = 0.70, Yellow = 0.95 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 76 13 -
CMYK 0 0.70 0.95 0.00
HSL 15.68º 0.99% 0.52% -
HSV(B) 15.68º 0.95% 1% -
XYZ 43.53 26.27 3.16 -
YUV 122.04 66.47 222.12 -
System Red Green Blue C M Y K H S L
Decimal 254 76 13 0 0.70 0.95 0.00 15.68 0.99 0.52
Hex FE 4C D 0 46 5F 0 10 63 34
Octal 376 114 15 0 106 137 0 20 143 64
Binary 11111110 1001100 1101 0 1000110 1011111 0 10000 1100011 110100

Color Harmonies of #FE4C0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE4C0D

Black with #FE4C0D

Text Example


Text Example

White with #FE4C0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE4C0D; }

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

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

background-color css

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

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

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

border-color css

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

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

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