#FF9262

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

Shades of Atomic Tangerine #FF9262

Tints of Atomic Tangerine #FF9262

Color information

#FF9262 (or 0xFF9262) is unknown color: approx Atomic Tangerine. HEX triplet: FF, 92 and 62. RGB value is (255,146,98). Sum of RGB (Red+Green+Blue) = 255+146+98=499 (66% of max value = 765). Red value is 255 (100% from 255 or 51.10% from 499); Green value is 146 (57.42% from 255 or 29.26% from 499); Blue value is 98 (38.67% from 255 or 19.64% from 499); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9262 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FF9262 is #006D9D. Grayscale: #ADADAD. Windows color (decimal): -28062 or 6460159. OLE color: 6460159.

HSL color Cylindrical-coordinate representation of color #FF9262: hue angle of 18.34º degrees, saturation: 1, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #FF9262 is Cyan = 0, Magento = 0.43, Yellow = 0.62 and Black (K on CMYK) = 0.

Color convert

RGB25514698-
CMYK00.430.620
HSL18.34º100%69.22%-
HSV(B)18.34º61.57%100%-
XYZ53.7242.716.97-
YUV173.1285.61186.4-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 51.10%
GREEN value IS 146 (57.42% from 255) = 29.26%
BLUE value IS 98 (38.67% from 255) = 19.64%
R=51.10%
G=29.26%
B=19.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.62
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2551469800.430.62018.3410069.22
HexFF926202B3E0126445
Octal37722214205376022144105
Binary11111111100100101100010010101111111001001011001001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF9262

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF9262; }

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

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

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

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

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

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

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

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