Html Css Color HEX #FDA071 Hit Pink

📋 copy color: '#FDA071'

red 253 ◦ green 160 ◦ blue 113

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

Shades of Hit Pink #FDA071

Tints of Hit Pink #FDA071

RGB

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

 GREEN value IS 160 (62.89% from 255) = 30.42%

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

R = 48.1%
G = 30.42%
B = 21.48%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.55

 K value IS 0.01

RGB Variations

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

Color information

#FDA071 (or 0xFDA071) is known color: Hit Pink. HEX triplet: FD, A0 and 71. RGB value is (253,160,113). Sum of RGB (Red+Green+Blue) = 253+160+113=526 (69% of max value = 765). Red value is 253 (99.22% from 255 or 48.10% from 526); Green value is 160 (62.89% from 255 or 30.42% from 526); Blue value is 113 (44.53% from 255 or 21.48% from 526); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA071 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FDA071 is #025F8E. Grayscale: #B6B6B6. Windows color (decimal): -155535 or 7446781. OLE color: 7446781.

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

Color convert

RGB 253 160 113 -
CMYK 0 0.37 0.55 0.01
HSL 20.14º 0.97% 0.72% -
HSV(B) 20.14º 0.55% 0.99% -
XYZ 56.06 47.22 21.78 -
YUV 182.45 88.81 178.32 -
System Red Green Blue C M Y K H S L
Decimal 253 160 113 0 0.37 0.55 0.01 20.14 0.97 0.72
Hex FD A0 71 0 25 37 1 14 61 48
Octal 375 240 161 0 45 67 1 24 141 110
Binary 11111101 10100000 1110001 0 100101 110111 1 10100 1100001 1001000

Color Harmonies of #FDA071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDA071

Black with #FDA071

Text Example


Text Example

White with #FDA071

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDA071; }

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

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

background-color css

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

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

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

border-color css

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

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

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