Html Css Color HEX #FE4C0C Vermilion

📋 copy color: '#FE4C0C'

red 254 ◦ green 76 ◦ blue 12

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

Shades of Vermilion #FE4C0C

Tints of Vermilion #FE4C0C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 3.51%

R = 74.27%
G = 22.22%
B = 3.51%

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

#FE4C0C (or 0xFE4C0C) is known color: Vermilion. HEX triplet: FE, 4C and 0C. RGB value is (254,76,12). Sum of RGB (Red+Green+Blue) = 254+76+12=342 (45% of max value = 765). Red value is 254 (99.61% from 255 or 74.27% from 342); Green value is 76 (30.08% from 255 or 22.22% from 342); Blue value is 12 (5.08% from 255 or 3.51% from 342); Max value from RGB is 254 - color contains mainly: red. Hex color #FE4C0C is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FE4C0C is #01B3F3. Grayscale: #7A7A7A. Windows color (decimal): -111604 or 806142. OLE color: 806142.

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

Color convert

RGB 254 76 12 -
CMYK 0 0.70 0.95 0.00
HSL 15.87º 0.99% 0.52% -
HSV(B) 15.87º 0.95% 1% -
XYZ 43.52 26.27 3.12 -
YUV 121.93 65.97 222.2 -
System Red Green Blue C M Y K H S L
Decimal 254 76 12 0 0.70 0.95 0.00 15.87 0.99 0.52
Hex FE 4C C 0 46 5F 0 10 63 34
Octal 376 114 14 0 106 137 0 20 143 64
Binary 11111110 1001100 1100 0 1000110 1011111 0 10000 1100011 110100

Color Harmonies of #FE4C0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE4C0C

Black with #FE4C0C

Text Example


Text Example

White with #FE4C0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE4C0C; }

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

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

background-color css

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

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

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

border-color css

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

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

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