Html Css Color HEX #FDA973 Hit Pink

📋 copy color: '#FDA973'

red 253 ◦ green 169 ◦ blue 115

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

Shades of Hit Pink #FDA973

Tints of Hit Pink #FDA973

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 21.42%

R = 47.11%
G = 31.47%
B = 21.42%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.55

 K value IS 0.01

RGB Variations

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

Color information

#FDA973 (or 0xFDA973) is known color: Hit Pink. HEX triplet: FD, A9 and 73. RGB value is (253,169,115). Sum of RGB (Red+Green+Blue) = 253+169+115=537 (71% of max value = 765). Red value is 253 (99.22% from 255 or 47.11% from 537); Green value is 169 (66.41% from 255 or 31.47% from 537); Blue value is 115 (45.31% from 255 or 21.42% from 537); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA973 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FDA973 is #02568C. Grayscale: #BCBCBC. Windows color (decimal): -153229 or 7580157. OLE color: 7580157.

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

Color convert

RGB 253 169 115 -
CMYK 0 0.33 0.55 0.01
HSL 23.48º 0.97% 0.72% -
HSV(B) 23.48º 0.55% 0.99% -
XYZ 57.79 50.5 22.92 -
YUV 187.96 86.83 174.39 -
System Red Green Blue C M Y K H S L
Decimal 253 169 115 0 0.33 0.55 0.01 23.48 0.97 0.72
Hex FD A9 73 0 21 37 1 17 61 48
Octal 375 251 163 0 41 67 1 27 141 110
Binary 11111101 10101001 1110011 0 100001 110111 1 10111 1100001 1001000

Color Harmonies of #FDA973

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDA973

Black with #FDA973

Text Example


Text Example

White with #FDA973

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDA973; }

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

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

background-color css

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

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

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

border-color css

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

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

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