#F99965

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

Shades of Atomic Tangerine #F99965

Tints of Atomic Tangerine #F99965

Color information

#F99965 (or 0xF99965) is unknown color: approx Atomic Tangerine. HEX triplet: F9, 99 and 65. RGB value is (249,153,101). Sum of RGB (Red+Green+Blue) = 249+153+101=503 (66% of max value = 765). Red value is 249 (97.66% from 255 or 49.50% from 503); Green value is 153 (60.16% from 255 or 30.42% from 503); Blue value is 101 (39.84% from 255 or 20.08% from 503); Max value from RGB is 249 - color contains mainly: red. Hex color #F99965 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F99965 is #06669A. Grayscale: #B0B0B0. Windows color (decimal): -419483 or 6658553. OLE color: 6658553.

HSL color Cylindrical-coordinate representation of color #F99965: hue angle of 21.08º degrees, saturation: 0.93, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #F99965 is Cyan = 0, Magento = 0.39, Yellow = 0.59 and Black (K on CMYK) = 0.02.

Color convert

RGB249153101-
CMYK00.390.590.02
HSL21.08º92.5%68.63%-
HSV(B)21.08º59.44%97.65%-
XYZ52.8143.8617.99-
YUV175.7885.8180.23-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 49.50%
GREEN value IS 153 (60.16% from 255) = 30.42%
BLUE value IS 101 (39.84% from 255) = 20.08%
R=49.50%
G=30.42%
B=20.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.59
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24915310100.390.590.0221.0892.568.63
HexF999650273B2155c45
Octal37123114504773225134105
Binary111110011001100111001010100111111011101010110111001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F99965

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F99965; }

 p { color: rgb(249,153,101); }

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

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

 a { background-color: rgb(249,153,101); }

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

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

 span { border-color: rgb(249,153,101); }

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