Html Css Color HEX #FDA975 Hit Pink

📋 copy color: '#FDA975'

red 253 ◦ green 169 ◦ blue 117

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

Shades of Hit Pink #FDA975

Tints of Hit Pink #FDA975

RGB

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

 GREEN value IS 169 (66.41% from 255) = 31.35%

 BLUE value IS 117 (46.09% from 255) = 21.71%

R = 46.94%
G = 31.35%
B = 21.71%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.54

 K value IS 0.01

RGB Variations

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

Color information

#FDA975 (or 0xFDA975) is known color: Hit Pink. HEX triplet: FD, A9 and 75. RGB value is (253,169,117). Sum of RGB (Red+Green+Blue) = 253+169+117=539 (71% of max value = 765). Red value is 253 (99.22% from 255 or 46.94% from 539); Green value is 169 (66.41% from 255 or 31.35% from 539); Blue value is 117 (46.09% from 255 or 21.71% from 539); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA975 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FDA975 is #02568A. Grayscale: #BCBCBC. Windows color (decimal): -153227 or 7711229. OLE color: 7711229.

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

Color convert

RGB 253 169 117 -
CMYK 0 0.33 0.54 0.01
HSL 22.94º 0.97% 0.73% -
HSV(B) 22.94º 0.54% 0.99% -
XYZ 57.91 50.54 23.53 -
YUV 188.19 87.83 174.23 -
System Red Green Blue C M Y K H S L
Decimal 253 169 117 0 0.33 0.54 0.01 22.94 0.97 0.73
Hex FD A9 75 0 21 36 1 17 61 49
Octal 375 251 165 0 41 66 1 27 141 111
Binary 11111101 10101001 1110101 0 100001 110110 1 10111 1100001 1001001

Color Harmonies of #FDA975

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDA975

Black with #FDA975

Text Example


Text Example

White with #FDA975

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDA975; }

 p { color: rgb(253,169,117); }

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

background-color css

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

 a { background-color: rgb(253,169,117); }

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

border-color css

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

 span { border-color: rgb(253,169,117); }

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