#F4956A

Color #F4956A Atomic Tangerine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Atomic Tangerine #F4956A

Tints of Atomic Tangerine #F4956A

Color information

#F4956A (or 0xF4956A) is unknown color: approx Atomic Tangerine. HEX triplet: F4, 95 and 6A. RGB value is (244,149,106). Sum of RGB (Red+Green+Blue) = 244+149+106=499 (66% of max value = 765). Red value is 244 (95.70% from 255 or 48.90% from 499); Green value is 149 (58.59% from 255 or 29.86% from 499); Blue value is 106 (41.80% from 255 or 21.24% from 499); Max value from RGB is 244 - color contains mainly: red. Hex color #F4956A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F4956A is #0B6A95. Grayscale: #ACACAC. Windows color (decimal): -748182 or 6985204. OLE color: 6985204.

HSL color Cylindrical-coordinate representation of color #F4956A: hue angle of 18.7º degrees, saturation: 0.86, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #F4956A is Cyan = 0, Magento = 0.39, Yellow = 0.57 and Black (K on CMYK) = 0.04.

Color convert

RGB244149106-
CMYK00.390.570.04
HSL18.7º86.25%68.63%-
HSV(B)18.7º56.56%95.69%-
XYZ50.6641.7719.03-
YUV172.590.47179-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 48.90%
GREEN value IS 149 (58.59% from 255) = 29.86%
BLUE value IS 106 (41.80% from 255) = 21.24%
R=48.90%
G=29.86%
B=21.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.57
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24414910600.390.570.0418.786.2568.63
HexF4956A027394135645
Octal36422515204771423126105
Binary1111010010010101110101001001111110011001001110101101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F4956A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F4956A; }

 p { color: rgb(244,149,106); }

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

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

 a { background-color: rgb(244,149,106); }

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

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

 span { border-color: rgb(244,149,106); }

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