#F14D4D

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

Shades of Sunset Orange #F14D4D

Tints of Sunset Orange #F14D4D

Color information

#F14D4D (or 0xF14D4D) is unknown color: approx Sunset Orange. HEX triplet: F1, 4D and 4D. RGB value is (241,77,77). Sum of RGB (Red+Green+Blue) = 241+77+77=395 (52% of max value = 765). Red value is 241 (94.53% from 255 or 61.01% from 395); Green value is 77 (30.47% from 255 or 19.49% from 395); Blue value is 77 (30.47% from 255 or 19.49% from 395); Max value from RGB is 241 - color contains mainly: red. Hex color #F14D4D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F14D4D is #0EB2B2. Grayscale: #7E7E7E. Windows color (decimal): -963251 or 5066225. OLE color: 5066225.

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

Color convert

RGB2417777-
CMYK00.680.680.05
HSL85.42%62.35%-
HSV(B)68.05%94.51%-
XYZ40.2724.549.64-
YUV126.04100.33210-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 61.01%
GREEN value IS 77 (30.47% from 255) = 19.49%
BLUE value IS 77 (30.47% from 255) = 19.49%
R=61.01%
G=19.49%
B=19.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.68
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal241777700.680.680.05085.4262.35
HexF14D4D0444450553e
Octal36111511501041045012576
Binary111100011001101100110101000100100010010101010101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F14D4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F14D4D; }

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

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

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

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

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

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

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

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