Html Css Color HEX #FDA874 Hit Pink

📋 copy color: '#FDA874'

red 253 ◦ green 168 ◦ blue 116

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

Shades of Hit Pink #FDA874

Tints of Hit Pink #FDA874

RGB

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

 GREEN value IS 168 (66.02% from 255) = 31.28%

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

R = 47.11%
G = 31.28%
B = 21.6%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.54

 K value IS 0.01

RGB Variations

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

Color information

#FDA874 (or 0xFDA874) is known color: Hit Pink. HEX triplet: FD, A8 and 74. RGB value is (253,168,116). Sum of RGB (Red+Green+Blue) = 253+168+116=537 (71% of max value = 765). Red value is 253 (99.22% from 255 or 47.11% from 537); Green value is 168 (66.02% from 255 or 31.28% from 537); Blue value is 116 (45.70% from 255 or 21.60% from 537); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA874 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FDA874 is #02578B. Grayscale: #BBBBBB. Windows color (decimal): -153484 or 7645437. OLE color: 7645437.

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

Color convert

RGB 253 168 116 -
CMYK 0 0.34 0.54 0.01
HSL 22.77º 0.97% 0.72% -
HSV(B) 22.77º 0.54% 0.99% -
XYZ 57.66 50.15 23.16 -
YUV 187.49 87.66 174.73 -
System Red Green Blue C M Y K H S L
Decimal 253 168 116 0 0.34 0.54 0.01 22.77 0.97 0.72
Hex FD A8 74 0 22 36 1 17 61 48
Octal 375 250 164 0 42 66 1 27 141 110
Binary 11111101 10101000 1110100 0 100010 110110 1 10111 1100001 1001000

Color Harmonies of #FDA874

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDA874

Black with #FDA874

Text Example


Text Example

White with #FDA874

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDA874; }

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

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

background-color css

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

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

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

border-color css

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

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

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