#FD9262

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

Shades of Atomic Tangerine #FD9262

Tints of Atomic Tangerine #FD9262

Color information

#FD9262 (or 0xFD9262) is unknown color: approx Atomic Tangerine. HEX triplet: FD, 92 and 62. RGB value is (253,146,98). Sum of RGB (Red+Green+Blue) = 253+146+98=497 (65% of max value = 765). Red value is 253 (99.22% from 255 or 50.91% from 497); Green value is 146 (57.42% from 255 or 29.38% from 497); Blue value is 98 (38.67% from 255 or 19.72% from 497); Max value from RGB is 253 - color contains mainly: red. Hex color #FD9262 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FD9262 is #026D9D. Grayscale: #ACACAC. Windows color (decimal): -159134 or 6460157. OLE color: 6460157.

HSL color Cylindrical-coordinate representation of color #FD9262: hue angle of 18.58º degrees, saturation: 0.97, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #FD9262 is Cyan = 0, Magento = 0.42, Yellow = 0.61 and Black (K on CMYK) = 0.01.

Color convert

RGB25314698-
CMYK00.420.610.01
HSL18.58º97.48%68.82%-
HSV(B)18.58º61.26%99.22%-
XYZ52.9942.3216.93-
YUV172.5285.95185.4-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 50.91%
GREEN value IS 146 (57.42% from 255) = 29.38%
BLUE value IS 98 (38.67% from 255) = 19.72%
R=50.91%
G=29.38%
B=19.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.61
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2531469800.420.610.0118.5897.4868.82
HexFD926202A3D1136145
Octal37522214205275123141105
Binary11111101100100101100010010101011110111001111000011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD9262

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD9262; }

 p { color: rgb(253,146,98); }

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

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

 a { background-color: rgb(253,146,98); }

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

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

 span { border-color: rgb(253,146,98); }

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