Html Css Color HEX #FD957B Vivid Tangerine

📋 copy color: '#FD957B'

red 253 ◦ green 149 ◦ blue 123

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

Shades of Vivid Tangerine #FD957B

Tints of Vivid Tangerine #FD957B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 23.43%

R = 48.19%
G = 28.38%
B = 23.43%

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

#FD957B (or 0xFD957B) is known color: Vivid Tangerine. HEX triplet: FD, 95 and 7B. RGB value is (253,149,123). Sum of RGB (Red+Green+Blue) = 253+149+123=525 (69% of max value = 765). Red value is 253 (99.22% from 255 or 48.19% from 525); Green value is 149 (58.59% from 255 or 28.38% from 525); Blue value is 123 (48.44% from 255 or 23.43% from 525); Max value from RGB is 253 - color contains mainly: red. Hex color #FD957B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FD957B is #026A84. Grayscale: #B1B1B1. Windows color (decimal): -158341 or 8099325. OLE color: 8099325.

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

Color convert

RGB 253 149 123 -
CMYK 0 0.41 0.51 0.01
HSL 12º 0.97% 0.74% -
HSV(B) 12º 0.51% 0.99% -
XYZ 54.83 43.81 24.3 -
YUV 177.13 97.46 182.11 -
System Red Green Blue C M Y K H S L
Decimal 253 149 123 0 0.41 0.51 0.01 12 0.97 0.74
Hex FD 95 7B 0 29 33 1 C 61 4A
Octal 375 225 173 0 51 63 1 14 141 112
Binary 11111101 10010101 1111011 0 101001 110011 1 1100 1100001 1001010

Color Harmonies of #FD957B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD957B

Black with #FD957B

Text Example


Text Example

White with #FD957B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD957B; }

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

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

background-color css

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

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

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

border-color css

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

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

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