Html Css Color HEX #FDA675 Hit Pink

📋 copy color: '#FDA675'

red 253 ◦ green 166 ◦ blue 117

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

Shades of Hit Pink #FDA675

Tints of Hit Pink #FDA675

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 21.83%

R = 47.2%
G = 30.97%
B = 21.83%

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

#FDA675 (or 0xFDA675) is known color: Hit Pink. HEX triplet: FD, A6 and 75. RGB value is (253,166,117). Sum of RGB (Red+Green+Blue) = 253+166+117=536 (70% of max value = 765). Red value is 253 (99.22% from 255 or 47.20% from 536); Green value is 166 (65.23% from 255 or 30.97% from 536); Blue value is 117 (46.09% from 255 or 21.83% from 536); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA675 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FDA675 is #02598A. Grayscale: #BABABA. Windows color (decimal): -153995 or 7710461. OLE color: 7710461.

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

Color convert

RGB 253 166 117 -
CMYK 0 0.34 0.54 0.01
HSL 21.62º 0.97% 0.73% -
HSV(B) 21.62º 0.54% 0.99% -
XYZ 57.36 49.44 23.35 -
YUV 186.43 88.82 175.48 -
System Red Green Blue C M Y K H S L
Decimal 253 166 117 0 0.34 0.54 0.01 21.62 0.97 0.73
Hex FD A6 75 0 22 36 1 16 61 49
Octal 375 246 165 0 42 66 1 26 141 111
Binary 11111101 10100110 1110101 0 100010 110110 1 10110 1100001 1001001

Color Harmonies of #FDA675

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDA675

Black with #FDA675

Text Example


Text Example

White with #FDA675

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDA675; }

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

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

background-color css

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

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

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

border-color css

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

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

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