#FFA26D

Color #FFA26D Hit Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Hit Pink #FFA26D

Tints of Hit Pink #FFA26D

Color information

#FFA26D (or 0xFFA26D) is unknown color: approx Hit Pink. HEX triplet: FF, A2 and 6D. RGB value is (255,162,109). Sum of RGB (Red+Green+Blue) = 255+162+109=526 (69% of max value = 765). Red value is 255 (100% from 255 or 48.48% from 526); Green value is 162 (63.67% from 255 or 30.80% from 526); Blue value is 109 (42.97% from 255 or 20.72% from 526); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA26D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FFA26D is #005D92. Grayscale: #B8B8B8. Windows color (decimal): -23955 or 7185151. OLE color: 7185151.

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

Color convert

RGB255162109-
CMYK00.360.570
HSL21.78º100%71.37%-
HSV(B)21.78º57.25%100%-
XYZ56.9248.220.77-
YUV183.7685.81178.81-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 48.48%
GREEN value IS 162 (63.67% from 255) = 30.80%
BLUE value IS 109 (42.97% from 255) = 20.72%
R=48.48%
G=30.80%
B=20.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.57
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25516210900.360.57021.7810071.37
HexFFA26D024390166447
Octal37724215504471026144107
Binary11111111101000101101101010010011100101011011001001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFA26D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFA26D; }

 p { color: rgb(255,162,109); }

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

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

 a { background-color: rgb(255,162,109); }

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

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

 span { border-color: rgb(255,162,109); }

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