Html Css Color HEX #FDA771 Hit Pink

📋 copy color: '#FDA771'

red 253 ◦ green 167 ◦ blue 113

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

Shades of Hit Pink #FDA771

Tints of Hit Pink #FDA771

RGB

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

 GREEN value IS 167 (65.63% from 255) = 31.33%

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

R = 47.47%
G = 31.33%
B = 21.2%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.55

 K value IS 0.01

RGB Variations

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

Color information

#FDA771 (or 0xFDA771) is known color: Hit Pink. HEX triplet: FD, A7 and 71. RGB value is (253,167,113). Sum of RGB (Red+Green+Blue) = 253+167+113=533 (70% of max value = 765). Red value is 253 (99.22% from 255 or 47.47% from 533); Green value is 167 (65.62% from 255 or 31.33% from 533); Blue value is 113 (44.53% from 255 or 21.20% from 533); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA771 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FDA771 is #02588E. Grayscale: #BABABA. Windows color (decimal): -153743 or 7448573. OLE color: 7448573.

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

Color convert

RGB 253 167 113 -
CMYK 0 0.34 0.55 0.01
HSL 23.14º 0.97% 0.72% -
HSV(B) 23.14º 0.55% 0.99% -
XYZ 57.31 49.71 22.2 -
YUV 186.56 86.49 175.39 -
System Red Green Blue C M Y K H S L
Decimal 253 167 113 0 0.34 0.55 0.01 23.14 0.97 0.72
Hex FD A7 71 0 22 37 1 17 61 48
Octal 375 247 161 0 42 67 1 27 141 110
Binary 11111101 10100111 1110001 0 100010 110111 1 10111 1100001 1001000

Color Harmonies of #FDA771

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDA771

Black with #FDA771

Text Example


Text Example

White with #FDA771

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDA771; }

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

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

background-color css

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

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

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

border-color css

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

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

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