#FD917D

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

Shades of Vivid Tangerine #FD917D

Tints of Vivid Tangerine #FD917D

Color information

#FD917D (or 0xFD917D) is unknown color: approx Vivid Tangerine. HEX triplet: FD, 91 and 7D. RGB value is (253,145,125). Sum of RGB (Red+Green+Blue) = 253+145+125=523 (69% of max value = 765). Red value is 253 (99.22% from 255 or 48.37% from 523); Green value is 145 (57.03% from 255 or 27.72% from 523); Blue value is 125 (49.22% from 255 or 23.90% from 523); Max value from RGB is 253 - color contains mainly: red. Hex color #FD917D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FD917D is #026E82. Grayscale: #AFAFAF. Windows color (decimal): -159363 or 8229373. OLE color: 8229373.

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

Color convert

RGB253145125-
CMYK00.430.510.01
HSL9.38º96.97%74.12%-
HSV(B)9.38º50.59%99.22%-
XYZ54.3442.6124.76-
YUV175.0199.78183.63-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 48.37%
GREEN value IS 145 (57.03% from 255) = 27.72%
BLUE value IS 125 (49.22% from 255) = 23.90%
R=48.37%
G=27.72%
B=23.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.51
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25314512500.430.510.019.3896.9774.12
HexFD917D02B3319614a
Octal37522117505363111141112
Binary1111110110010001111110101010111100111100111000011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD917D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD917D; }

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

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

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

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

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

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

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

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