Html Css Color HEX #FD947E Vivid Tangerine

📋 copy color: '#FD947E'

red 253 ◦ green 148 ◦ blue 126

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

Shades of Vivid Tangerine #FD947E

Tints of Vivid Tangerine #FD947E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 23.91%

R = 48.01%
G = 28.08%
B = 23.91%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.50

 K value IS 0.01

RGB Variations

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

Color information

#FD947E (or 0xFD947E) is known color: Vivid Tangerine. HEX triplet: FD, 94 and 7E. RGB value is (253,148,126). Sum of RGB (Red+Green+Blue) = 253+148+126=527 (69% of max value = 765). Red value is 253 (99.22% from 255 or 48.01% from 527); Green value is 148 (58.20% from 255 or 28.08% from 527); Blue value is 126 (49.61% from 255 or 23.91% from 527); Max value from RGB is 253 - color contains mainly: red. Hex color #FD947E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FD947E is #026B81. Grayscale: #B1B1B1. Windows color (decimal): -158594 or 8295677. OLE color: 8295677.

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

Color convert

RGB 253 148 126 -
CMYK 0 0.42 0.50 0.01
HSL 10.39º 0.97% 0.74% -
HSV(B) 10.39º 0.5% 0.99% -
XYZ 54.86 43.57 25.26 -
YUV 176.89 99.29 182.29 -
System Red Green Blue C M Y K H S L
Decimal 253 148 126 0 0.42 0.50 0.01 10.39 0.97 0.74
Hex FD 94 7E 0 2A 32 1 A 61 4A
Octal 375 224 176 0 52 62 1 12 141 112
Binary 11111101 10010100 1111110 0 101010 110010 1 1010 1100001 1001010

Color Harmonies of #FD947E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD947E

Black with #FD947E

Text Example


Text Example

White with #FD947E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD947E; }

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

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

background-color css

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

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

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

border-color css

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

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

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