Html Css Color HEX #FD907D Vivid Tangerine

📋 copy color: '#FD907D'

red 253 ◦ green 144 ◦ blue 125

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

Shades of Vivid Tangerine #FD907D

Tints of Vivid Tangerine #FD907D

RGB

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

 GREEN value IS 144 (56.64% from 255) = 27.59%

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

R = 48.47%
G = 27.59%
B = 23.95%

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

#FD907D (or 0xFD907D) is known color: Vivid Tangerine. HEX triplet: FD, 90 and 7D. RGB value is (253,144,125). Sum of RGB (Red+Green+Blue) = 253+144+125=522 (69% of max value = 765). Red value is 253 (99.22% from 255 or 48.47% from 522); Green value is 144 (56.64% from 255 or 27.59% from 522); Blue value is 125 (49.22% from 255 or 23.95% from 522); Max value from RGB is 253 - color contains mainly: red. Hex color #FD907D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FD907D is #026F82. Grayscale: #AEAEAE. Windows color (decimal): -159619 or 8229117. OLE color: 8229117.

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

Color convert

RGB 253 144 125 -
CMYK 0 0.43 0.51 0.01
HSL 8.91º 0.97% 0.74% -
HSV(B) 8.91º 0.51% 0.99% -
XYZ 54.18 42.31 24.71 -
YUV 174.43 100.11 184.04 -
System Red Green Blue C M Y K H S L
Decimal 253 144 125 0 0.43 0.51 0.01 8.91 0.97 0.74
Hex FD 90 7D 0 2B 33 1 9 61 4A
Octal 375 220 175 0 53 63 1 11 141 112
Binary 11111101 10010000 1111101 0 101011 110011 1 1001 1100001 1001010

Color Harmonies of #FD907D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD907D

Black with #FD907D

Text Example


Text Example

White with #FD907D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD907D; }

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

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

background-color css

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

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

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

border-color css

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

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

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