#F2976D

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

Shades of Atomic Tangerine #F2976D

Tints of Atomic Tangerine #F2976D

Color information

#F2976D (or 0xF2976D) is unknown color: approx Atomic Tangerine. HEX triplet: F2, 97 and 6D. RGB value is (242,151,109). Sum of RGB (Red+Green+Blue) = 242+151+109=502 (66% of max value = 765). Red value is 242 (94.92% from 255 or 48.21% from 502); Green value is 151 (59.38% from 255 or 30.08% from 502); Blue value is 109 (42.97% from 255 or 21.71% from 502); Max value from RGB is 242 - color contains mainly: red. Hex color #F2976D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F2976D is #0D6892. Grayscale: #ADADAD. Windows color (decimal): -878739 or 7182322. OLE color: 7182322.

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

Color convert

RGB242151109-
CMYK00.380.550.05
HSL18.95º83.65%68.82%-
HSV(B)18.95º54.96%94.9%-
XYZ50.4442.1119.94-
YUV173.4291.65176.92-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 48.21%
GREEN value IS 151 (59.38% from 255) = 30.08%
BLUE value IS 109 (42.97% from 255) = 21.71%
R=48.21%
G=30.08%
B=21.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.55
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24215110900.380.550.0518.9583.6568.82
HexF2976D026375135445
Octal36222715504667523124105
Binary1111001010010111110110101001101101111011001110101001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2976D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2976D; }

 p { color: rgb(242,151,109); }

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

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

 a { background-color: rgb(242,151,109); }

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

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

 span { border-color: rgb(242,151,109); }

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