#F99764

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

Shades of Atomic Tangerine #F99764

Tints of Atomic Tangerine #F99764

Color information

#F99764 (or 0xF99764) is unknown color: approx Atomic Tangerine. HEX triplet: F9, 97 and 64. RGB value is (249,151,100). Sum of RGB (Red+Green+Blue) = 249+151+100=500 (66% of max value = 765). Red value is 249 (97.66% from 255 or 49.8% from 500); Green value is 151 (59.38% from 255 or 30.2% from 500); Blue value is 100 (39.45% from 255 or 20% from 500); Max value from RGB is 249 - color contains mainly: red. Hex color #F99764 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F99764 is #06689B. Grayscale: #AEAEAE. Windows color (decimal): -419996 or 6592505. OLE color: 6592505.

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

Color convert

RGB249151100-
CMYK00.390.600.02
HSL20.54º92.55%68.43%-
HSV(B)20.54º59.84%97.65%-
XYZ52.4343.1917.63-
YUV174.4985.97181.15-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 49.8%
GREEN value IS 151 (59.38% from 255) = 30.2%
BLUE value IS 100 (39.45% from 255) = 20%
R=49.8%
G=30.2%
B=20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.60
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24915110000.390.600.0220.5492.5568.43
HexF997640273C2155d44
Octal37122714404774225135104
Binary111110011001011111001000100111111100101010110111011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F99764

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F99764; }

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

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

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

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

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

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

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

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