#FF9466

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

Shades of Atomic Tangerine #FF9466

Tints of Atomic Tangerine #FF9466

Color information

#FF9466 (or 0xFF9466) is unknown color: approx Atomic Tangerine. HEX triplet: FF, 94 and 66. RGB value is (255,148,102). Sum of RGB (Red+Green+Blue) = 255+148+102=505 (66% of max value = 765). Red value is 255 (100% from 255 or 50.50% from 505); Green value is 148 (58.20% from 255 or 29.31% from 505); Blue value is 102 (40.23% from 255 or 20.20% from 505); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9466 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FF9466 is #006B99. Grayscale: #AFAFAF. Windows color (decimal): -27546 or 6722815. OLE color: 6722815.

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

Color convert

RGB255148102-
CMYK00.420.60
HSL18.04º100%70%-
HSV(B)18.04º60%100%-
XYZ54.2343.418.09-
YUV174.7586.95185.24-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 50.50%
GREEN value IS 148 (58.20% from 255) = 29.31%
BLUE value IS 102 (40.23% from 255) = 20.20%
R=50.50%
G=29.31%
B=20.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.6
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25514810200.420.6018.0410070
HexFF946602A3C0126446
Octal37722414605274022144106
Binary11111111100101001100110010101011110001001011001001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF9466

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF9466; }

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

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

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

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

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

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

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

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