Html Css Color HEX #FEA466 Hit Pink

📋 copy color: '#FEA466'

red 254 ◦ green 164 ◦ blue 102

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

Shades of Hit Pink #FEA466

Tints of Hit Pink #FEA466

RGB

 RED value IS 254 (99.61% from 255) = 48.85%

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

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

R = 48.85%
G = 31.54%
B = 19.62%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.60

 K value IS 0.00

RGB Variations

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

Color information

#FEA466 (or 0xFEA466) is known color: Hit Pink. HEX triplet: FE, A4 and 66. RGB value is (254,164,102). Sum of RGB (Red+Green+Blue) = 254+164+102=520 (68% of max value = 765). Red value is 254 (99.61% from 255 or 48.85% from 520); Green value is 164 (64.45% from 255 or 31.54% from 520); Blue value is 102 (40.23% from 255 or 19.62% from 520); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA466 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FEA466 is #015B99. Grayscale: #B8B8B8. Windows color (decimal): -88986 or 6726910. OLE color: 6726910.

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

Color convert

RGB 254 164 102 -
CMYK 0 0.35 0.60 0.00
HSL 24.47º 0.99% 0.7% -
HSV(B) 24.47º 0.6% 1% -
XYZ 56.55 48.58 18.97 -
YUV 183.84 81.82 178.04 -
System Red Green Blue C M Y K H S L
Decimal 254 164 102 0 0.35 0.60 0.00 24.47 0.99 0.7
Hex FE A4 66 0 23 3C 0 18 63 46
Octal 376 244 146 0 43 74 0 30 143 106
Binary 11111110 10100100 1100110 0 100011 111100 0 11000 1100011 1000110

Color Harmonies of #FEA466

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEA466

Black with #FEA466

Text Example


Text Example

White with #FEA466

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEA466; }

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

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

background-color css

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

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

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

border-color css

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

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

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