Html Css Color HEX #FDA466 Hit Pink

📋 copy color: '#FDA466'

red 253 ◦ green 164 ◦ blue 102

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

Shades of Hit Pink #FDA466

Tints of Hit Pink #FDA466

RGB

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

 GREEN value IS 164 (64.45% from 255) = 31.6%

 BLUE value IS 102 (40.23% from 255) = 19.65%

R = 48.75%
G = 31.6%
B = 19.65%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.60

 K value IS 0.01

RGB Variations

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

Color information

#FDA466 (or 0xFDA466) is known color: Hit Pink. HEX triplet: FD, A4 and 66. RGB value is (253,164,102). Sum of RGB (Red+Green+Blue) = 253+164+102=519 (68% of max value = 765). Red value is 253 (99.22% from 255 or 48.75% from 519); Green value is 164 (64.45% from 255 or 31.60% from 519); Blue value is 102 (40.23% from 255 or 19.65% from 519); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA466 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FDA466 is #025B99. Grayscale: #B7B7B7. Windows color (decimal): -154522 or 6726909. OLE color: 6726909.

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

Color convert

RGB 253 164 102 -
CMYK 0 0.35 0.60 0.01
HSL 24.64º 0.97% 0.7% -
HSV(B) 24.64º 0.6% 0.99% -
XYZ 56.18 48.39 18.95 -
YUV 183.54 81.99 177.54 -
System Red Green Blue C M Y K H S L
Decimal 253 164 102 0 0.35 0.60 0.01 24.64 0.97 0.7
Hex FD A4 66 0 23 3C 1 19 61 46
Octal 375 244 146 0 43 74 1 31 141 106
Binary 11111101 10100100 1100110 0 100011 111100 1 11001 1100001 1000110

Color Harmonies of #FDA466

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDA466

Black with #FDA466

Text Example


Text Example

White with #FDA466

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDA466; }

 p { color: rgb(253,164,102); }

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

background-color css

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

 a { background-color: rgb(253,164,102); }

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

border-color css

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

 span { border-color: rgb(253,164,102); }

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