Html Css Color HEX #FD947D Vivid Tangerine

📋 copy color: '#FD947D'

red 253 ◦ green 148 ◦ blue 125

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

Shades of Vivid Tangerine #FD947D

Tints of Vivid Tangerine #FD947D

RGB

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

 GREEN value IS 148 (58.2% from 255) = 28.14%

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

R = 48.1%
G = 28.14%
B = 23.76%

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

#FD947D (or 0xFD947D) is known color: Vivid Tangerine. HEX triplet: FD, 94 and 7D. RGB value is (253,148,125). Sum of RGB (Red+Green+Blue) = 253+148+125=526 (69% of max value = 765). Red value is 253 (99.22% from 255 or 48.10% from 526); Green value is 148 (58.20% from 255 or 28.14% from 526); Blue value is 125 (49.22% from 255 or 23.76% from 526); Max value from RGB is 253 - color contains mainly: red. Hex color #FD947D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FD947D is #026B82. Grayscale: #B0B0B0. Windows color (decimal): -158595 or 8230141. OLE color: 8230141.

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

Color convert

RGB 253 148 125 -
CMYK 0 0.42 0.51 0.01
HSL 10.78º 0.97% 0.74% -
HSV(B) 10.78º 0.51% 0.99% -
XYZ 54.8 43.54 24.92 -
YUV 176.77 98.79 182.37 -
System Red Green Blue C M Y K H S L
Decimal 253 148 125 0 0.42 0.51 0.01 10.78 0.97 0.74
Hex FD 94 7D 0 2A 33 1 B 61 4A
Octal 375 224 175 0 52 63 1 13 141 112
Binary 11111101 10010100 1111101 0 101010 110011 1 1011 1100001 1001010

Color Harmonies of #FD947D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD947D

Black with #FD947D

Text Example


Text Example

White with #FD947D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD947D; }

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

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

background-color css

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

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

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

border-color css

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

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

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