Html Css Color HEX #FDA674 Hit Pink

📋 copy color: '#FDA674'

red 253 ◦ green 166 ◦ blue 116

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

Shades of Hit Pink #FDA674

Tints of Hit Pink #FDA674

RGB

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

 GREEN value IS 166 (65.23% from 255) = 31.03%

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

R = 47.29%
G = 31.03%
B = 21.68%

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

#FDA674 (or 0xFDA674) is known color: Hit Pink. HEX triplet: FD, A6 and 74. RGB value is (253,166,116). Sum of RGB (Red+Green+Blue) = 253+166+116=535 (70% of max value = 765). Red value is 253 (99.22% from 255 or 47.29% from 535); Green value is 166 (65.23% from 255 or 31.03% from 535); Blue value is 116 (45.70% from 255 or 21.68% from 535); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA674 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FDA674 is #02598B. Grayscale: #BABABA. Windows color (decimal): -153996 or 7644925. OLE color: 7644925.

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

Color convert

RGB 253 166 116 -
CMYK 0 0.34 0.54 0.01
HSL 21.9º 0.97% 0.72% -
HSV(B) 21.9º 0.54% 0.99% -
XYZ 57.3 49.42 23.04 -
YUV 186.31 88.32 175.57 -
System Red Green Blue C M Y K H S L
Decimal 253 166 116 0 0.34 0.54 0.01 21.9 0.97 0.72
Hex FD A6 74 0 22 36 1 16 61 48
Octal 375 246 164 0 42 66 1 26 141 110
Binary 11111101 10100110 1110100 0 100010 110110 1 10110 1100001 1001000

Color Harmonies of #FDA674

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDA674

Black with #FDA674

Text Example


Text Example

White with #FDA674

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDA674; }

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

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

background-color css

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

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

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

border-color css

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

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

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