#FE2A0F

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

Shades of Scarlet #FE2A0F

Tints of Scarlet #FE2A0F

Color information

#FE2A0F (or 0xFE2A0F) is unknown color: approx Scarlet. HEX triplet: FE, 2A and 0F. RGB value is (254,42,15). Sum of RGB (Red+Green+Blue) = 254+42+15=311 (41% of max value = 765). Red value is 254 (99.61% from 255 or 81.67% from 311); Green value is 42 (16.80% from 255 or 13.50% from 311); Blue value is 15 (6.25% from 255 or 4.82% from 311); Max value from RGB is 254 - color contains mainly: red. Hex color #FE2A0F is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FE2A0F is #01D5F0. Grayscale: #666666. Windows color (decimal): -120305 or 994046. OLE color: 994046.

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

Color convert

RGB2544215-
CMYK00.830.940.00
HSL6.78º99.17%52.75%-
HSV(B)6.78º94.09%99.61%-
XYZ41.7922.762.64-
YUV102.3178.74236.2-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 81.67%
GREEN value IS 42 (16.80% from 255) = 13.50%
BLUE value IS 15 (6.25% from 255) = 4.82%
R=81.67%
G=13.50%
B=4.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.94
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal254421500.830.940.006.7899.1752.75
HexFE2AF0535E076335
Octal376521701231360714365
Binary11111110101010111101010011101111001111100011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE2A0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE2A0F; }

 p { color: rgb(254,42,15); }

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

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

 a { background-color: rgb(254,42,15); }

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

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

 span { border-color: rgb(254,42,15); }

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