Html Css Color HEX #FD927D Vivid Tangerine

📋 copy color: '#FD927D'

red 253 ◦ green 146 ◦ blue 125

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

Shades of Vivid Tangerine #FD927D

Tints of Vivid Tangerine #FD927D

RGB

 RED value IS 253 (99.22% from 255) = 48.28%

 GREEN value IS 146 (57.42% from 255) = 27.86%

 BLUE value IS 125 (49.22% from 255) = 23.85%

R = 48.28%
G = 27.86%
B = 23.85%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.51

 K value IS 0.01

RGB Variations

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

Color information

#FD927D (or 0xFD927D) is known color: Vivid Tangerine. HEX triplet: FD, 92 and 7D. RGB value is (253,146,125). Sum of RGB (Red+Green+Blue) = 253+146+125=524 (69% of max value = 765). Red value is 253 (99.22% from 255 or 48.28% from 524); Green value is 146 (57.42% from 255 or 27.86% from 524); Blue value is 125 (49.22% from 255 or 23.85% from 524); Max value from RGB is 253 - color contains mainly: red. Hex color #FD927D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FD927D is #026D82. Grayscale: #AFAFAF. Windows color (decimal): -159107 or 8229629. OLE color: 8229629.

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

Color convert

RGB 253 146 125 -
CMYK 0 0.42 0.51 0.01
HSL 9.84º 0.97% 0.74% -
HSV(B) 9.84º 0.51% 0.99% -
XYZ 54.49 42.92 24.81 -
YUV 175.6 99.45 183.21 -
System Red Green Blue C M Y K H S L
Decimal 253 146 125 0 0.42 0.51 0.01 9.84 0.97 0.74
Hex FD 92 7D 0 2A 33 1 A 61 4A
Octal 375 222 175 0 52 63 1 12 141 112
Binary 11111101 10010010 1111101 0 101010 110011 1 1010 1100001 1001010

Color Harmonies of #FD927D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD927D

Black with #FD927D

Text Example


Text Example

White with #FD927D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD927D; }

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

 H1.HeaderClassName
 {
   color: #FD927D;
 }
 .AnyTagClassName
 {
   color: #FD927D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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