#FD927A

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

Shades of Vivid Tangerine #FD927A

Tints of Vivid Tangerine #FD927A

Color information

#FD927A (or 0xFD927A) is unknown color: approx Vivid Tangerine. HEX triplet: FD, 92 and 7A. RGB value is (253,146,122). Sum of RGB (Red+Green+Blue) = 253+146+122=521 (69% of max value = 765). Red value is 253 (99.22% from 255 or 48.56% from 521); Green value is 146 (57.42% from 255 or 28.02% from 521); Blue value is 122 (48.05% from 255 or 23.42% from 521); Max value from RGB is 253 - color contains mainly: red. Hex color #FD927A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FD927A is #026D85. Grayscale: #AFAFAF. Windows color (decimal): -159110 or 8033021. OLE color: 8033021.

HSL color Cylindrical-coordinate representation of color #FD927A: hue angle of 10.99º degrees, saturation: 0.97, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #FD927A is Cyan = 0, Magento = 0.42, Yellow = 0.52 and Black (K on CMYK) = 0.01.

Color convert

RGB253146122-
CMYK00.420.520.01
HSL10.99º97.04%73.53%-
HSV(B)10.99º51.78%99.22%-
XYZ54.342.8523.82-
YUV175.2697.95183.45-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 48.56%
GREEN value IS 146 (57.42% from 255) = 28.02%
BLUE value IS 122 (48.05% from 255) = 23.42%
R=48.56%
G=28.02%
B=23.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.52
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25314612200.420.520.0110.9997.0473.53
HexFD927A02A341b614a
Octal37522217205264113141112
Binary1111110110010010111101001010101101001101111000011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD927A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD927A; }

 p { color: rgb(253,146,122); }

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

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

 a { background-color: rgb(253,146,122); }

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

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

 span { border-color: rgb(253,146,122); }

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