#FD917E

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

Shades of Vivid Tangerine #FD917E

Tints of Vivid Tangerine #FD917E

Color information

#FD917E (or 0xFD917E) is unknown color: approx Vivid Tangerine. HEX triplet: FD, 91 and 7E. RGB value is (253,145,126). Sum of RGB (Red+Green+Blue) = 253+145+126=524 (69% of max value = 765). Red value is 253 (99.22% from 255 or 48.28% from 524); Green value is 145 (57.03% from 255 or 27.67% from 524); Blue value is 126 (49.61% from 255 or 24.05% from 524); Max value from RGB is 253 - color contains mainly: red. Hex color #FD917E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FD917E is #026E81. Grayscale: #AFAFAF. Windows color (decimal): -159362 or 8294909. OLE color: 8294909.

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

Color convert

RGB253145126-
CMYK00.430.500.01
HSL8.98º96.95%74.31%-
HSV(B)8.98º50.2%99.22%-
XYZ54.442.6425.1-
YUV175.13100.28183.54-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 48.28%
GREEN value IS 145 (57.03% from 255) = 27.67%
BLUE value IS 126 (49.61% from 255) = 24.05%
R=48.28%
G=27.67%
B=24.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.50
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25314512600.430.500.018.9896.9574.31
HexFD917E02B3219614a
Octal37522117605362111141112
Binary1111110110010001111111001010111100101100111000011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD917E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD917E; }

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

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

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

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

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

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

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

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