#ff976a

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

Shades of Atomic Tangerine #FF976A

Tints of Atomic Tangerine #FF976A

Color information

#FF976A (or 0xFF976A) is unknown color: approx Atomic Tangerine. HEX triplet: FF, 97 and 6A. RGB value is (255,151,106). Sum of RGB (Red+Green+Blue) = 255+151+106=512 (67% of max value = 765). Red value is 255 (100% from 255 or 49.80% from 512); Green value is 151 (59.38% from 255 or 29.49% from 512); Blue value is 106 (41.80% from 255 or 20.70% from 512); Max value from RGB is 255 - color contains mainly: red. Hex color #FF976A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FF976A is #006895. Grayscale: #B1B1B1. Windows color (decimal): -26774 or 6985727. OLE color: 6985727.

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

Color convert

RGB255151106-
CMYK00.410.580
HSL18.12º100%70.78%-
HSV(B)18.12º58.43%100%-
XYZ54.9144.4319.32-
YUV176.9787.96183.66-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 49.80%
GREEN value IS 151 (59.38% from 255) = 29.49%
BLUE value IS 106 (41.80% from 255) = 20.70%
R=49.80%
G=29.49%
B=20.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.58
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25515110600.410.58018.1210070.78
HexFF976A0293A0126447
Octal37722715205172022144107
Binary11111111100101111101010010100111101001001011001001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ff976a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ff976a; }

 p { color: rgb(255,151,106); }

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

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

 a { background-color: rgb(255,151,106); }

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

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

 span { border-color: rgb(255,151,106); }

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