#F48F6A

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

Shades of Atomic Tangerine #F48F6A

Tints of Atomic Tangerine #F48F6A

Color information

#F48F6A (or 0xF48F6A) is unknown color: approx Atomic Tangerine. HEX triplet: F4, 8F and 6A. RGB value is (244,143,106). Sum of RGB (Red+Green+Blue) = 244+143+106=493 (65% of max value = 765). Red value is 244 (95.70% from 255 or 49.49% from 493); Green value is 143 (56.25% from 255 or 29.01% from 493); Blue value is 106 (41.80% from 255 or 21.50% from 493); Max value from RGB is 244 - color contains mainly: red. Hex color #F48F6A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F48F6A is #0B7095. Grayscale: #A9A9A9. Windows color (decimal): -749718 or 6983668. OLE color: 6983668.

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

Color convert

RGB244143106-
CMYK00.410.570.04
HSL16.09º86.25%68.63%-
HSV(B)16.09º56.56%95.69%-
XYZ49.7339.9218.72-
YUV168.9892.46181.51-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 49.49%
GREEN value IS 143 (56.25% from 255) = 29.01%
BLUE value IS 106 (41.80% from 255) = 21.50%
R=49.49%
G=29.01%
B=21.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.57
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24414310600.410.570.0416.0986.2568.63
HexF48F6A029394105645
Octal36421715205171420126105
Binary1111010010001111110101001010011110011001000010101101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F48F6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F48F6A; }

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

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

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

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

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

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

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

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