Html Css Color HEX #FDA473 Hit Pink

📋 copy color: '#FDA473'

red 253 ◦ green 164 ◦ blue 115

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

Shades of Hit Pink #FDA473

Tints of Hit Pink #FDA473

RGB

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

 GREEN value IS 164 (64.45% from 255) = 30.83%

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

R = 47.56%
G = 30.83%
B = 21.62%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.55

 K value IS 0.01

RGB Variations

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

Color information

#FDA473 (or 0xFDA473) is known color: Hit Pink. HEX triplet: FD, A4 and 73. RGB value is (253,164,115). Sum of RGB (Red+Green+Blue) = 253+164+115=532 (70% of max value = 765). Red value is 253 (99.22% from 255 or 47.56% from 532); Green value is 164 (64.45% from 255 or 30.83% from 532); Blue value is 115 (45.31% from 255 or 21.62% from 532); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA473 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FDA473 is #025B8C. Grayscale: #B9B9B9. Windows color (decimal): -154509 or 7578877. OLE color: 7578877.

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

Color convert

RGB 253 164 115 -
CMYK 0 0.35 0.55 0.01
HSL 21.3º 0.97% 0.72% -
HSV(B) 21.3º 0.55% 0.99% -
XYZ 56.88 48.67 22.62 -
YUV 185.03 88.49 176.48 -
System Red Green Blue C M Y K H S L
Decimal 253 164 115 0 0.35 0.55 0.01 21.3 0.97 0.72
Hex FD A4 73 0 23 37 1 15 61 48
Octal 375 244 163 0 43 67 1 25 141 110
Binary 11111101 10100100 1110011 0 100011 110111 1 10101 1100001 1001000

Color Harmonies of #FDA473

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDA473

Black with #FDA473

Text Example


Text Example

White with #FDA473

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDA473; }

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

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

background-color css

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

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

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

border-color css

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

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

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