#F99C6C

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

Shades of Atomic Tangerine #F99C6C

Tints of Atomic Tangerine #F99C6C

Color information

#F99C6C (or 0xF99C6C) is unknown color: approx Atomic Tangerine. HEX triplet: F9, 9C and 6C. RGB value is (249,156,108). Sum of RGB (Red+Green+Blue) = 249+156+108=513 (67% of max value = 765). Red value is 249 (97.66% from 255 or 48.54% from 513); Green value is 156 (61.33% from 255 or 30.41% from 513); Blue value is 108 (42.58% from 255 or 21.05% from 513); Max value from RGB is 249 - color contains mainly: red. Hex color #F99C6C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F99C6C is #066393. Grayscale: #B2B2B2. Windows color (decimal): -418708 or 7118073. OLE color: 7118073.

HSL color Cylindrical-coordinate representation of color #F99C6C: hue angle of 20.43º degrees, saturation: 0.92, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #F99C6C is Cyan = 0, Magento = 0.37, Yellow = 0.57 and Black (K on CMYK) = 0.02.

Color convert

RGB249156108-
CMYK00.370.570.02
HSL20.43º92.16%70%-
HSV(B)20.43º56.63%97.65%-
XYZ53.664520.04-
YUV178.3388.31178.4-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 48.54%
GREEN value IS 156 (61.33% from 255) = 30.41%
BLUE value IS 108 (42.58% from 255) = 21.05%
R=48.54%
G=30.41%
B=21.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.57
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24915610800.370.570.0220.4392.1670
HexF99C6C025392145c46
Octal37123415404571224134106
Binary111110011001110011011000100101111001101010010111001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F99C6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F99C6C; }

 p { color: rgb(249,156,108); }

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

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

 a { background-color: rgb(249,156,108); }

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

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

 span { border-color: rgb(249,156,108); }

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