Html Css Color HEX #FDA373 Hit Pink

📋 copy color: '#FDA373'

red 253 ◦ green 163 ◦ blue 115

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

Shades of Hit Pink #FDA373

Tints of Hit Pink #FDA373

RGB

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

 GREEN value IS 163 (64.06% from 255) = 30.7%

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

R = 47.65%
G = 30.7%
B = 21.66%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.55

 K value IS 0.01

RGB Variations

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

Color information

#FDA373 (or 0xFDA373) is known color: Hit Pink. HEX triplet: FD, A3 and 73. RGB value is (253,163,115). Sum of RGB (Red+Green+Blue) = 253+163+115=531 (70% of max value = 765). Red value is 253 (99.22% from 255 or 47.65% from 531); Green value is 163 (64.06% from 255 or 30.70% from 531); Blue value is 115 (45.31% from 255 or 21.66% from 531); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA373 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FDA373 is #025C8C. Grayscale: #B8B8B8. Windows color (decimal): -154765 or 7578621. OLE color: 7578621.

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

Color convert

RGB 253 163 115 -
CMYK 0 0.36 0.55 0.01
HSL 20.87º 0.97% 0.72% -
HSV(B) 20.87º 0.55% 0.99% -
XYZ 56.7 48.31 22.56 -
YUV 184.44 88.82 176.9 -
System Red Green Blue C M Y K H S L
Decimal 253 163 115 0 0.36 0.55 0.01 20.87 0.97 0.72
Hex FD A3 73 0 24 37 1 15 61 48
Octal 375 243 163 0 44 67 1 25 141 110
Binary 11111101 10100011 1110011 0 100100 110111 1 10101 1100001 1001000

Color Harmonies of #FDA373

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDA373

Black with #FDA373

Text Example


Text Example

White with #FDA373

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDA373; }

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

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

background-color css

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

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

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

border-color css

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

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

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