#F14D3A

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

Shades of Sunset Orange #F14D3A

Tints of Sunset Orange #F14D3A

Color information

#F14D3A (or 0xF14D3A) is unknown color: approx Sunset Orange. HEX triplet: F1, 4D and 3A. RGB value is (241,77,58). Sum of RGB (Red+Green+Blue) = 241+77+58=376 (49% of max value = 765). Red value is 241 (94.53% from 255 or 64.10% from 376); Green value is 77 (30.47% from 255 or 20.48% from 376); Blue value is 58 (23.05% from 255 or 15.43% from 376); Max value from RGB is 241 - color contains mainly: red. Hex color #F14D3A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F14D3A is #0EB2C5. Grayscale: #7C7C7C. Windows color (decimal): -963270 or 3821041. OLE color: 3821041.

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

Color convert

RGB2417758-
CMYK00.680.760.05
HSL6.23º86.73%58.63%-
HSV(B)6.23º75.93%94.51%-
XYZ39.6924.316.6-
YUV123.8790.83211.54-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 64.10%
GREEN value IS 77 (30.47% from 255) = 20.48%
BLUE value IS 58 (23.05% from 255) = 15.43%
R=64.10%
G=20.48%
B=15.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.76
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal241775800.680.760.056.2386.7358.63
HexF14D3A0444C56573b
Octal3611157201041145612773
Binary1111000110011011110100100010010011001011101010111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F14D3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F14D3A; }

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

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

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

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

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

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

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

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