#FF9471

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

Shades of Atomic Tangerine #FF9471

Tints of Atomic Tangerine #FF9471

Color information

#FF9471 (or 0xFF9471) is unknown color: approx Atomic Tangerine. HEX triplet: FF, 94 and 71. RGB value is (255,148,113). Sum of RGB (Red+Green+Blue) = 255+148+113=516 (68% of max value = 765). Red value is 255 (100% from 255 or 49.42% from 516); Green value is 148 (58.20% from 255 or 28.68% from 516); Blue value is 113 (44.53% from 255 or 21.90% from 516); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9471 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FF9471 is #006B8E. Grayscale: #B0B0B0. Windows color (decimal): -27535 or 7443711. OLE color: 7443711.

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

Color convert

RGB255148113-
CMYK00.420.560
HSL14.79º100%72.16%-
HSV(B)14.79º55.69%100%-
XYZ54.8143.6321.16-
YUV17692.45184.35-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 49.42%
GREEN value IS 148 (58.20% from 255) = 28.68%
BLUE value IS 113 (44.53% from 255) = 21.90%
R=49.42%
G=28.68%
B=21.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.56
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25514811300.420.56014.7910072.16
HexFF947102A380f6448
Octal37722416105270017144110
Binary1111111110010100111000101010101110000111111001001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF9471

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF9471; }

 p { color: rgb(255,148,113); }

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

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

 a { background-color: rgb(255,148,113); }

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

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

 span { border-color: rgb(255,148,113); }

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