Html Css Color HEX #FDA575 Hit Pink

📋 copy color: '#FDA575'

red 253 ◦ green 165 ◦ blue 117

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

Shades of Hit Pink #FDA575

Tints of Hit Pink #FDA575

RGB

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

 GREEN value IS 165 (64.84% from 255) = 30.84%

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

R = 47.29%
G = 30.84%
B = 21.87%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.54

 K value IS 0.01

RGB Variations

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

Color information

#FDA575 (or 0xFDA575) is known color: Hit Pink. HEX triplet: FD, A5 and 75. RGB value is (253,165,117). Sum of RGB (Red+Green+Blue) = 253+165+117=535 (70% of max value = 765). Red value is 253 (99.22% from 255 or 47.29% from 535); Green value is 165 (64.84% from 255 or 30.84% from 535); Blue value is 117 (46.09% from 255 or 21.87% from 535); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA575 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FDA575 is #025A8A. Grayscale: #BABABA. Windows color (decimal): -154251 or 7710205. OLE color: 7710205.

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

Color convert

RGB 253 165 117 -
CMYK 0 0.35 0.54 0.01
HSL 21.18º 0.97% 0.73% -
HSV(B) 21.18º 0.54% 0.99% -
XYZ 57.17 49.08 23.29 -
YUV 185.84 89.15 175.9 -
System Red Green Blue C M Y K H S L
Decimal 253 165 117 0 0.35 0.54 0.01 21.18 0.97 0.73
Hex FD A5 75 0 23 36 1 15 61 49
Octal 375 245 165 0 43 66 1 25 141 111
Binary 11111101 10100101 1110101 0 100011 110110 1 10101 1100001 1001001

Color Harmonies of #FDA575

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDA575

Black with #FDA575

Text Example


Text Example

White with #FDA575

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDA575; }

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

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

background-color css

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

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

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

border-color css

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

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

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