#F14F4A

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

Shades of Sunset Orange #F14F4A

Tints of Sunset Orange #F14F4A

Color information

#F14F4A (or 0xF14F4A) is unknown color: approx Sunset Orange. HEX triplet: F1, 4F and 4A. RGB value is (241,79,74). Sum of RGB (Red+Green+Blue) = 241+79+74=394 (52% of max value = 765). Red value is 241 (94.53% from 255 or 61.17% from 394); Green value is 79 (31.25% from 255 or 20.05% from 394); Blue value is 74 (29.30% from 255 or 18.78% from 394); Max value from RGB is 241 - color contains mainly: red. Hex color #F14F4A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F14F4A is #0EB0B5. Grayscale: #7F7F7F. Windows color (decimal): -962742 or 4870129. OLE color: 4870129.

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

Color convert

RGB2417974-
CMYK00.670.690.05
HSL1.8º85.64%61.76%-
HSV(B)1.8º69.29%94.51%-
XYZ40.3124.799.14-
YUV126.8798.17209.41-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 61.17%
GREEN value IS 79 (31.25% from 255) = 20.05%
BLUE value IS 74 (29.30% from 255) = 18.78%
R=61.17%
G=20.05%
B=18.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.69
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal241797400.670.690.051.885.6461.76
HexF14F4A0434552563e
Octal36111711201031055212676
Binary1111000110011111001010010000111000101101101010110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F14F4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F14F4A; }

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

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

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

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

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

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

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

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