Html Css Color HEX #FDA374 Hit Pink

📋 copy color: '#FDA374'

red 253 ◦ green 163 ◦ blue 116

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

Shades of Hit Pink #FDA374

Tints of Hit Pink #FDA374

RGB

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

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

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

R = 47.56%
G = 30.64%
B = 21.8%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.54

 K value IS 0.01

RGB Variations

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

Color information

#FDA374 (or 0xFDA374) is known color: Hit Pink. HEX triplet: FD, A3 and 74. RGB value is (253,163,116). Sum of RGB (Red+Green+Blue) = 253+163+116=532 (70% of max value = 765). Red value is 253 (99.22% from 255 or 47.56% from 532); Green value is 163 (64.06% from 255 or 30.64% from 532); Blue value is 116 (45.70% from 255 or 21.80% from 532); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA374 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FDA374 is #025C8B. Grayscale: #B8B8B8. Windows color (decimal): -154764 or 7644157. OLE color: 7644157.

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

Color convert

RGB 253 163 116 -
CMYK 0 0.36 0.54 0.01
HSL 20.58º 0.97% 0.72% -
HSV(B) 20.58º 0.54% 0.99% -
XYZ 56.76 48.34 22.86 -
YUV 184.55 89.32 176.82 -
System Red Green Blue C M Y K H S L
Decimal 253 163 116 0 0.36 0.54 0.01 20.58 0.97 0.72
Hex FD A3 74 0 24 36 1 15 61 48
Octal 375 243 164 0 44 66 1 25 141 110
Binary 11111101 10100011 1110100 0 100100 110110 1 10101 1100001 1001000

Color Harmonies of #FDA374

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDA374

Black with #FDA374

Text Example


Text Example

White with #FDA374

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDA374; }

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

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

background-color css

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

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

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

border-color css

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

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

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