Html Css Color HEX #FDA574 Hit Pink

📋 copy color: '#FDA574'

red 253 ◦ green 165 ◦ blue 116

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

Shades of Hit Pink #FDA574

Tints of Hit Pink #FDA574

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 21.72%

R = 47.38%
G = 30.9%
B = 21.72%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.54

 K value IS 0.01

RGB Variations

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

Color information

#FDA574 (or 0xFDA574) is known color: Hit Pink. HEX triplet: FD, A5 and 74. RGB value is (253,165,116). Sum of RGB (Red+Green+Blue) = 253+165+116=534 (70% of max value = 765). Red value is 253 (99.22% from 255 or 47.38% from 534); Green value is 165 (64.84% from 255 or 30.90% from 534); Blue value is 116 (45.70% from 255 or 21.72% from 534); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA574 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FDA574 is #025A8B. Grayscale: #BABABA. Windows color (decimal): -154252 or 7644669. OLE color: 7644669.

HSL color Cylindrical-coordinate representation of color #FDA574: hue angle of 21.46º degrees, saturation: 0.97, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #FDA574 is Cyan = 0, Magento = 0.35, Yellow = 0.54 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 165 116 -
CMYK 0 0.35 0.54 0.01
HSL 21.46º 0.97% 0.72% -
HSV(B) 21.46º 0.54% 0.99% -
XYZ 57.12 49.05 22.98 -
YUV 185.73 88.65 175.98 -
System Red Green Blue C M Y K H S L
Decimal 253 165 116 0 0.35 0.54 0.01 21.46 0.97 0.72
Hex FD A5 74 0 23 36 1 15 61 48
Octal 375 245 164 0 43 66 1 25 141 110
Binary 11111101 10100101 1110100 0 100011 110110 1 10101 1100001 1001000

Color Harmonies of #FDA574

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDA574

Black with #FDA574

Text Example


Text Example

White with #FDA574

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDA574; }

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

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

background-color css

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

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

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

border-color css

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

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

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