#F29765

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

Shades of Atomic Tangerine #F29765

Tints of Atomic Tangerine #F29765

Color information

#F29765 (or 0xF29765) is unknown color: approx Atomic Tangerine. HEX triplet: F2, 97 and 65. RGB value is (242,151,101). Sum of RGB (Red+Green+Blue) = 242+151+101=494 (65% of max value = 765). Red value is 242 (94.92% from 255 or 48.99% from 494); Green value is 151 (59.38% from 255 or 30.57% from 494); Blue value is 101 (39.84% from 255 or 20.45% from 494); Max value from RGB is 242 - color contains mainly: red. Hex color #F29765 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F29765 is #0D689A. Grayscale: #ACACAC. Windows color (decimal): -878747 or 6658034. OLE color: 6658034.

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

Color convert

RGB242151101-
CMYK00.380.580.05
HSL21.28º84.43%67.25%-
HSV(B)21.28º58.26%94.9%-
XYZ50.0341.9517.77-
YUV172.5187.65177.57-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 48.99%
GREEN value IS 151 (59.38% from 255) = 30.57%
BLUE value IS 101 (39.84% from 255) = 20.45%
R=48.99%
G=30.57%
B=20.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.58
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24215110100.380.580.0521.2884.4367.25
HexF297650263A5155443
Octal36222714504672525124103
Binary1111001010010111110010101001101110101011010110101001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F29765

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F29765; }

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

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

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

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

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

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

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

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