#F99765

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

Shades of Atomic Tangerine #F99765

Tints of Atomic Tangerine #F99765

Color information

#F99765 (or 0xF99765) is unknown color: approx Atomic Tangerine. HEX triplet: F9, 97 and 65. RGB value is (249,151,101). Sum of RGB (Red+Green+Blue) = 249+151+101=501 (66% of max value = 765). Red value is 249 (97.66% from 255 or 49.70% from 501); Green value is 151 (59.38% from 255 or 30.14% from 501); Blue value is 101 (39.84% from 255 or 20.16% from 501); Max value from RGB is 249 - color contains mainly: red. Hex color #F99765 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F99765 is #06689A. Grayscale: #AEAEAE. Windows color (decimal): -419995 or 6658041. OLE color: 6658041.

HSL color Cylindrical-coordinate representation of color #F99765: hue angle of 20.27º 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 #F99765 is Cyan = 0, Magento = 0.39, Yellow = 0.59 and Black (K on CMYK) = 0.02.

Color convert

RGB249151101-
CMYK00.390.590.02
HSL20.27º92.5%68.63%-
HSV(B)20.27º59.44%97.65%-
XYZ52.4843.2117.89-
YUV174.686.47181.07-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 49.70%
GREEN value IS 151 (59.38% from 255) = 30.14%
BLUE value IS 101 (39.84% from 255) = 20.16%
R=49.70%
G=30.14%
B=20.16%

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
Decimal24915110100.390.590.0220.2792.568.63
HexF997650273B2145c45
Octal37122714504773224134105
Binary111110011001011111001010100111111011101010010111001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F99765

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F99765; }

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

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

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

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

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

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

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

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