#FF9656

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

Shades of Atomic Tangerine #FF9656

Tints of Atomic Tangerine #FF9656

Color information

#FF9656 (or 0xFF9656) is unknown color: approx Atomic Tangerine. HEX triplet: FF, 96 and 56. RGB value is (255,150,86). Sum of RGB (Red+Green+Blue) = 255+150+86=491 (65% of max value = 765). Red value is 255 (100% from 255 or 51.93% from 491); Green value is 150 (58.98% from 255 or 30.55% from 491); Blue value is 86 (33.98% from 255 or 17.52% from 491); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9656 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FF9656 is #0069A9. Grayscale: #AEAEAE. Windows color (decimal): -27050 or 5674751. OLE color: 5674751.

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

Color convert

RGB25515086-
CMYK00.410.660
HSL22.72º100%66.86%-
HSV(B)22.72º66.27%100%-
XYZ53.8343.7414.41-
YUV174.178.29185.7-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 51.93%
GREEN value IS 150 (58.98% from 255) = 30.55%
BLUE value IS 86 (33.98% from 255) = 17.52%
R=51.93%
G=30.55%
B=17.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.66
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2551508600.410.66022.7210066.86
HexFF9656029420176443
Octal377226126051102027144103
Binary111111111001011010101100101001100001001011111001001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF9656

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF9656; }

 p { color: rgb(255,150,86); }

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

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

 a { background-color: rgb(255,150,86); }

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

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

 span { border-color: rgb(255,150,86); }

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