Html Css Color HEX #FD957C Vivid Tangerine

📋 copy color: '#FD957C'

red 253 ◦ green 149 ◦ blue 124

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

Shades of Vivid Tangerine #FD957C

Tints of Vivid Tangerine #FD957C

RGB

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

 GREEN value IS 149 (58.59% from 255) = 28.33%

 BLUE value IS 124 (48.83% from 255) = 23.57%

R = 48.1%
G = 28.33%
B = 23.57%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.51

 K value IS 0.01

RGB Variations

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

Color information

#FD957C (or 0xFD957C) is known color: Vivid Tangerine. HEX triplet: FD, 95 and 7C. RGB value is (253,149,124). Sum of RGB (Red+Green+Blue) = 253+149+124=526 (69% of max value = 765). Red value is 253 (99.22% from 255 or 48.10% from 526); Green value is 149 (58.59% from 255 or 28.33% from 526); Blue value is 124 (48.83% from 255 or 23.57% from 526); Max value from RGB is 253 - color contains mainly: red. Hex color #FD957C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FD957C is #026A83. Grayscale: #B1B1B1. Windows color (decimal): -158340 or 8164861. OLE color: 8164861.

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

Color convert

RGB 253 149 124 -
CMYK 0 0.41 0.51 0.01
HSL 11.63º 0.97% 0.74% -
HSV(B) 11.63º 0.51% 0.99% -
XYZ 54.89 43.83 24.64 -
YUV 177.25 97.96 182.03 -
System Red Green Blue C M Y K H S L
Decimal 253 149 124 0 0.41 0.51 0.01 11.63 0.97 0.74
Hex FD 95 7C 0 29 33 1 C 61 4A
Octal 375 225 174 0 51 63 1 14 141 112
Binary 11111101 10010101 1111100 0 101001 110011 1 1100 1100001 1001010

Color Harmonies of #FD957C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD957C

Black with #FD957C

Text Example


Text Example

White with #FD957C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD957C; }

 p { color: rgb(253,149,124); }

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

background-color css

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

 a { background-color: rgb(253,149,124); }

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

border-color css

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

 span { border-color: rgb(253,149,124); }

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