#f29261

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

Shades of Atomic Tangerine #F29261

Tints of Atomic Tangerine #F29261

Color information

#F29261 (or 0xF29261) is unknown color: approx Atomic Tangerine. HEX triplet: F2, 92 and 61. RGB value is (242,146,97). Sum of RGB (Red+Green+Blue) = 242+146+97=485 (64% of max value = 765). Red value is 242 (94.92% from 255 or 49.90% from 485); Green value is 146 (57.42% from 255 or 30.10% from 485); Blue value is 97 (38.28% from 255 or 20% from 485); Max value from RGB is 242 - color contains mainly: red. Hex color #F29261 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F29261 is #0D6D9E. Grayscale: #A9A9A9. Windows color (decimal): -880031 or 6394610. OLE color: 6394610.

HSL color Cylindrical-coordinate representation of color #F29261: hue angle of 20.28º degrees, saturation: 0.85, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #F29261 is Cyan = 0, Magento = 0.40, Yellow = 0.60 and Black (K on CMYK) = 0.05.

Color convert

RGB24214697-
CMYK00.400.600.05
HSL20.28º84.8%66.47%-
HSV(B)20.28º59.92%94.9%-
XYZ49.0540.316.5-
YUV169.1287.3179.98-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 49.90%
GREEN value IS 146 (57.42% from 255) = 30.10%
BLUE value IS 97 (38.28% from 255) = 20%
R=49.90%
G=30.10%
B=20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.60
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2421469700.400.600.0520.2884.866.47
HexF292610283C5145542
Octal36222214105074524125102
Binary1111001010010010110000101010001111001011010010101011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f29261

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f29261; }

 p { color: rgb(242,146,97); }

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

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

 a { background-color: rgb(242,146,97); }

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

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

 span { border-color: rgb(242,146,97); }

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