#FD917A

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

Shades of Vivid Tangerine #FD917A

Tints of Vivid Tangerine #FD917A

Color information

#FD917A (or 0xFD917A) is unknown color: approx Vivid Tangerine. HEX triplet: FD, 91 and 7A. RGB value is (253,145,122). Sum of RGB (Red+Green+Blue) = 253+145+122=520 (68% of max value = 765). Red value is 253 (99.22% from 255 or 48.65% from 520); Green value is 145 (57.03% from 255 or 27.88% from 520); Blue value is 122 (48.05% from 255 or 23.46% from 520); Max value from RGB is 253 - color contains mainly: red. Hex color #FD917A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FD917A is #026E85. Grayscale: #AEAEAE. Windows color (decimal): -159366 or 8032765. OLE color: 8032765.

HSL color Cylindrical-coordinate representation of color #FD917A: hue angle of 10.53º 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 #FD917A is Cyan = 0, Magento = 0.43, Yellow = 0.52 and Black (K on CMYK) = 0.01.

Color convert

RGB253145122-
CMYK00.430.520.01
HSL10.53º97.04%73.53%-
HSV(B)10.53º51.78%99.22%-
XYZ54.1542.5423.77-
YUV174.6798.28183.87-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 48.65%
GREEN value IS 145 (57.03% from 255) = 27.88%
BLUE value IS 122 (48.05% from 255) = 23.46%
R=48.65%
G=27.88%
B=23.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.52
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25314512200.430.520.0110.5397.0473.53
HexFD917A02B341b614a
Octal37522117205364113141112
Binary1111110110010001111101001010111101001101111000011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD917A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD917A; }

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

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

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

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

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

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

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

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