Html Css Color HEX #FDA971 Hit Pink

📋 copy color: '#FDA971'

red 253 ◦ green 169 ◦ blue 113

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

Shades of Hit Pink #FDA971

Tints of Hit Pink #FDA971

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 21.12%

R = 47.29%
G = 31.59%
B = 21.12%

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

#FDA971 (or 0xFDA971) is known color: Hit Pink. HEX triplet: FD, A9 and 71. RGB value is (253,169,113). Sum of RGB (Red+Green+Blue) = 253+169+113=535 (70% of max value = 765). Red value is 253 (99.22% from 255 or 47.29% from 535); Green value is 169 (66.41% from 255 or 31.59% from 535); Blue value is 113 (44.53% from 255 or 21.12% from 535); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA971 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FDA971 is #02568E. Grayscale: #BCBCBC. Windows color (decimal): -153231 or 7449085. OLE color: 7449085.

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

Color convert

RGB 253 169 113 -
CMYK 0 0.33 0.55 0.01
HSL 24º 0.97% 0.72% -
HSV(B) 24º 0.55% 0.99% -
XYZ 57.68 50.45 22.32 -
YUV 187.73 85.83 174.55 -
System Red Green Blue C M Y K H S L
Decimal 253 169 113 0 0.33 0.55 0.01 24 0.97 0.72
Hex FD A9 71 0 21 37 1 18 61 48
Octal 375 251 161 0 41 67 1 30 141 110
Binary 11111101 10101001 1110001 0 100001 110111 1 11000 1100001 1001000

Color Harmonies of #FDA971

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDA971

Black with #FDA971

Text Example


Text Example

White with #FDA971

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDA971; }

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

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

background-color css

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

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

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

border-color css

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

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

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