Html Css Color HEX #FEA66C Hit Pink

📋 copy color: '#FEA66C'

red 254 ◦ green 166 ◦ blue 108

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

Shades of Hit Pink #FEA66C

Tints of Hit Pink #FEA66C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 20.45%

R = 48.11%
G = 31.44%
B = 20.45%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.57

 K value IS 0.00

RGB Variations

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

Color information

#FEA66C (or 0xFEA66C) is known color: Hit Pink. HEX triplet: FE, A6 and 6C. RGB value is (254,166,108). Sum of RGB (Red+Green+Blue) = 254+166+108=528 (69% of max value = 765). Red value is 254 (99.61% from 255 or 48.11% from 528); Green value is 166 (65.23% from 255 or 31.44% from 528); Blue value is 108 (42.58% from 255 or 20.45% from 528); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA66C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FEA66C is #015993. Grayscale: #BABABA. Windows color (decimal): -88468 or 7120638. OLE color: 7120638.

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

Color convert

RGB 254 166 108 -
CMYK 0 0.35 0.57 0.00
HSL 23.84º 0.99% 0.71% -
HSV(B) 23.84º 0.57% 1% -
XYZ 57.22 49.43 20.71 -
YUV 185.7 84.15 176.72 -
System Red Green Blue C M Y K H S L
Decimal 254 166 108 0 0.35 0.57 0.00 23.84 0.99 0.71
Hex FE A6 6C 0 23 39 0 18 63 47
Octal 376 246 154 0 43 71 0 30 143 107
Binary 11111110 10100110 1101100 0 100011 111001 0 11000 1100011 1000111

Color Harmonies of #FEA66C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEA66C

Black with #FEA66C

Text Example


Text Example

White with #FEA66C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEA66C; }

 p { color: rgb(254,166,108); }

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

background-color css

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

 a { background-color: rgb(254,166,108); }

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

border-color css

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

 span { border-color: rgb(254,166,108); }

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