Html Css Color HEX #FDA573 Hit Pink

📋 copy color: '#FDA573'

red 253 ◦ green 165 ◦ blue 115

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

Shades of Hit Pink #FDA573

Tints of Hit Pink #FDA573

RGB

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

 GREEN value IS 165 (64.84% from 255) = 30.96%

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

R = 47.47%
G = 30.96%
B = 21.58%

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

#FDA573 (or 0xFDA573) is known color: Hit Pink. HEX triplet: FD, A5 and 73. RGB value is (253,165,115). Sum of RGB (Red+Green+Blue) = 253+165+115=533 (70% of max value = 765). Red value is 253 (99.22% from 255 or 47.47% from 533); Green value is 165 (64.84% from 255 or 30.96% from 533); Blue value is 115 (45.31% from 255 or 21.58% from 533); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA573 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FDA573 is #025A8C. Grayscale: #B9B9B9. Windows color (decimal): -154253 or 7579133. OLE color: 7579133.

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

Color convert

RGB 253 165 115 -
CMYK 0 0.35 0.55 0.01
HSL 21.74º 0.97% 0.72% -
HSV(B) 21.74º 0.55% 0.99% -
XYZ 57.06 49.03 22.68 -
YUV 185.61 88.15 176.07 -
System Red Green Blue C M Y K H S L
Decimal 253 165 115 0 0.35 0.55 0.01 21.74 0.97 0.72
Hex FD A5 73 0 23 37 1 16 61 48
Octal 375 245 163 0 43 67 1 26 141 110
Binary 11111101 10100101 1110011 0 100011 110111 1 10110 1100001 1001000

Color Harmonies of #FDA573

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDA573

Black with #FDA573

Text Example


Text Example

White with #FDA573

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDA573; }

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

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

background-color css

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

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

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

border-color css

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

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

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