Html Css Color HEX #FDA671 Hit Pink

📋 copy color: '#FDA671'

red 253 ◦ green 166 ◦ blue 113

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

Shades of Hit Pink #FDA671

Tints of Hit Pink #FDA671

RGB

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

 GREEN value IS 166 (65.23% from 255) = 31.2%

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

R = 47.56%
G = 31.2%
B = 21.24%

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

#FDA671 (or 0xFDA671) is known color: Hit Pink. HEX triplet: FD, A6 and 71. RGB value is (253,166,113). Sum of RGB (Red+Green+Blue) = 253+166+113=532 (70% of max value = 765). Red value is 253 (99.22% from 255 or 47.56% from 532); Green value is 166 (65.23% from 255 or 31.20% from 532); Blue value is 113 (44.53% from 255 or 21.24% from 532); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA671 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FDA671 is #02598E. Grayscale: #BABABA. Windows color (decimal): -153999 or 7448317. OLE color: 7448317.

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

Color convert

RGB 253 166 113 -
CMYK 0 0.34 0.55 0.01
HSL 22.71º 0.97% 0.72% -
HSV(B) 22.71º 0.55% 0.99% -
XYZ 57.12 49.35 22.14 -
YUV 185.97 86.82 175.81 -
System Red Green Blue C M Y K H S L
Decimal 253 166 113 0 0.34 0.55 0.01 22.71 0.97 0.72
Hex FD A6 71 0 22 37 1 17 61 48
Octal 375 246 161 0 42 67 1 27 141 110
Binary 11111101 10100110 1110001 0 100010 110111 1 10111 1100001 1001000

Color Harmonies of #FDA671

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDA671

Black with #FDA671

Text Example


Text Example

White with #FDA671

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDA671; }

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

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

background-color css

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

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

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

border-color css

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

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

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