#F14A43

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

Shades of Sunset Orange #F14A43

Tints of Sunset Orange #F14A43

Color information

#F14A43 (or 0xF14A43) is unknown color: approx Sunset Orange. HEX triplet: F1, 4A and 43. RGB value is (241,74,67). Sum of RGB (Red+Green+Blue) = 241+74+67=382 (50% of max value = 765). Red value is 241 (94.53% from 255 or 63.09% from 382); Green value is 74 (29.30% from 255 or 19.37% from 382); Blue value is 67 (26.56% from 255 or 17.54% from 382); Max value from RGB is 241 - color contains mainly: red. Hex color #F14A43 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F14A43 is #0EB5BC. Grayscale: #7B7B7B. Windows color (decimal): -964029 or 4410097. OLE color: 4410097.

HSL color Cylindrical-coordinate representation of color #F14A43: hue angle of 2.41º degrees, saturation: 0.86, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #F14A43 is Cyan = 0, Magento = 0.69, Yellow = 0.72 and Black (K on CMYK) = 0.05.

Color convert

RGB2417467-
CMYK00.690.720.05
HSL2.41º86.14%60.39%-
HSV(B)2.41º72.2%94.51%-
XYZ39.74247.85-
YUV123.1496.33212.07-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 63.09%
GREEN value IS 74 (29.30% from 255) = 19.37%
BLUE value IS 67 (26.56% from 255) = 17.54%
R=63.09%
G=19.37%
B=17.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.72
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal241746700.690.720.052.4186.1460.39
HexF14A430454852563c
Octal36111210301051105212674
Binary1111000110010101000011010001011001000101101010110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F14A43

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F14A43; }

 p { color: rgb(241,74,67); }

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

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

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

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

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

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

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