#F1504D

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

Shades of Sunset Orange #F1504D

Tints of Sunset Orange #F1504D

Color information

#F1504D (or 0xF1504D) is unknown color: approx Sunset Orange. HEX triplet: F1, 50 and 4D. RGB value is (241,80,77). Sum of RGB (Red+Green+Blue) = 241+80+77=398 (52% of max value = 765). Red value is 241 (94.53% from 255 or 60.55% from 398); Green value is 80 (31.64% from 255 or 20.10% from 398); Blue value is 77 (30.47% from 255 or 19.35% from 398); Max value from RGB is 241 - color contains mainly: red. Hex color #F1504D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F1504D is #0EAFB2. Grayscale: #7F7F7F. Windows color (decimal): -962483 or 5066993. OLE color: 5066993.

HSL color Cylindrical-coordinate representation of color #F1504D: hue angle of 1.1º degrees, saturation: 0.85, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #F1504D is Cyan = 0, Magento = 0.67, Yellow = 0.68 and Black (K on CMYK) = 0.05.

Color convert

RGB2418077-
CMYK00.670.680.05
HSL1.1º85.42%62.35%-
HSV(B)1.1º68.05%94.51%-
XYZ40.4824.979.71-
YUV127.899.34208.74-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 60.55%
GREEN value IS 80 (31.64% from 255) = 20.10%
BLUE value IS 77 (30.47% from 255) = 19.35%
R=60.55%
G=20.10%
B=19.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.68
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal241807700.670.680.051.185.4262.35
HexF1504D0434451553e
Octal36112011501031045112576
Binary111100011010000100110101000011100010010111010101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1504D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1504D; }

 p { color: rgb(241,80,77); }

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

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

 a { background-color: rgb(241,80,77); }

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

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

 span { border-color: rgb(241,80,77); }

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