Html Css Color HEX #FD957A Vivid Tangerine

📋 copy color: '#FD957A'

red 253 ◦ green 149 ◦ blue 122

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

Shades of Vivid Tangerine #FD957A

Tints of Vivid Tangerine #FD957A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 23.28%

R = 48.28%
G = 28.44%
B = 23.28%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.52

 K value IS 0.01

RGB Variations

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

Color information

#FD957A (or 0xFD957A) is known color: Vivid Tangerine. HEX triplet: FD, 95 and 7A. RGB value is (253,149,122). Sum of RGB (Red+Green+Blue) = 253+149+122=524 (69% of max value = 765). Red value is 253 (99.22% from 255 or 48.28% from 524); Green value is 149 (58.59% from 255 or 28.44% from 524); Blue value is 122 (48.05% from 255 or 23.28% from 524); Max value from RGB is 253 - color contains mainly: red. Hex color #FD957A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FD957A is #026A85. Grayscale: #B1B1B1. Windows color (decimal): -158342 or 8033789. OLE color: 8033789.

HSL color Cylindrical-coordinate representation of color #FD957A: hue angle of 12.37º degrees, saturation: 0.97, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #FD957A is Cyan = 0, Magento = 0.41, Yellow = 0.52 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 149 122 -
CMYK 0 0.41 0.52 0.01
HSL 12.37º 0.97% 0.74% -
HSV(B) 12.37º 0.52% 0.99% -
XYZ 54.77 43.78 23.98 -
YUV 177.02 96.96 182.2 -
System Red Green Blue C M Y K H S L
Decimal 253 149 122 0 0.41 0.52 0.01 12.37 0.97 0.74
Hex FD 95 7A 0 29 34 1 C 61 4A
Octal 375 225 172 0 51 64 1 14 141 112
Binary 11111101 10010101 1111010 0 101001 110100 1 1100 1100001 1001010

Color Harmonies of #FD957A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD957A

Black with #FD957A

Text Example


Text Example

White with #FD957A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD957A; }

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

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

background-color css

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

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

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

border-color css

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

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

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