#FE160C

Color #FE160C Scarlet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Scarlet #FE160C

Tints of Scarlet #FE160C

Color information

#FE160C (or 0xFE160C) is unknown color: approx Scarlet. HEX triplet: FE, 16 and 0C. RGB value is (254,22,12). Sum of RGB (Red+Green+Blue) = 254+22+12=288 (38% of max value = 765). Red value is 254 (99.61% from 255 or 88.19% from 288); Green value is 22 (8.98% from 255 or 7.64% from 288); Blue value is 12 (5.08% from 255 or 4.17% from 288); Max value from RGB is 254 - color contains mainly: red. Hex color #FE160C is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FE160C is #01E9F3. Grayscale: #5A5A5A. Windows color (decimal): -125428 or 792318. OLE color: 792318.

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

Color convert

RGB2542212-
CMYK00.910.950.00
HSL2.48º99.18%52.16%-
HSV(B)2.48º95.28%99.61%-
XYZ41.2321.672.36-
YUV90.2383.86244.81-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 88.19%
GREEN value IS 22 (8.98% from 255) = 7.64%
BLUE value IS 12 (5.08% from 255) = 4.17%
R=88.19%
G=7.64%
B=4.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.95
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal254221200.910.950.002.4899.1852.16
HexFE16C05B5F026334
Octal376261401331370214364
Binary111111101011011000101101110111110101100011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE160C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE160C; }

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

 H1.HeaderClassName
 {
   color: #FE160C;
 }
 .AnyTagClassName
 {
   color: #FE160C;
 }
</style>
background-color css

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

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

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

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

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

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