Html Css Color HEX #FD917D Vivid Tangerine

📋 copy color: '#FD917D'

red 253 ◦ green 145 ◦ blue 125

#FD917D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Vivid Tangerine #FD917D

Tints of Vivid Tangerine #FD917D

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.9%

R = 48.37%
G = 27.72%
B = 23.9%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.51

 K value IS 0.01

RGB Variations

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

Color information

#FD917D (or 0xFD917D) is known color: 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

RGB 253 145 125 -
CMYK 0 0.43 0.51 0.01
HSL 9.38º 0.97% 0.74% -
HSV(B) 9.38º 0.51% 0.99% -
XYZ 54.34 42.61 24.76 -
YUV 175.01 99.78 183.63 -
System Red Green Blue C M Y K H S L
Decimal 253 145 125 0 0.43 0.51 0.01 9.38 0.97 0.74
Hex FD 91 7D 0 2B 33 1 9 61 4A
Octal 375 221 175 0 53 63 1 11 141 112
Binary 11111101 10010001 1111101 0 101011 110011 1 1001 1100001 1001010

Color Harmonies of #FD917D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD917D

Black with #FD917D

Text Example


Text Example

White with #FD917D

Text Example


Text Example

HTML Codes & Css Web 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>