Html Css Color HEX #FEA66F Hit Pink

📋 copy color: '#FEA66F'

red 254 ◦ green 166 ◦ blue 111

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

Shades of Hit Pink #FEA66F

Tints of Hit Pink #FEA66F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 20.9%

R = 47.83%
G = 31.26%
B = 20.9%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.56

 K value IS 0.00

RGB Variations

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

Color information

#FEA66F (or 0xFEA66F) is known color: Hit Pink. HEX triplet: FE, A6 and 6F. RGB value is (254,166,111). Sum of RGB (Red+Green+Blue) = 254+166+111=531 (70% of max value = 765). Red value is 254 (99.61% from 255 or 47.83% from 531); Green value is 166 (65.23% from 255 or 31.26% from 531); Blue value is 111 (43.75% from 255 or 20.90% from 531); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA66F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FEA66F is #015990. Grayscale: #BABABA. Windows color (decimal): -88465 or 7317246. OLE color: 7317246.

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

Color convert

RGB 254 166 111 -
CMYK 0 0.35 0.56 0.00
HSL 23.08º 0.99% 0.72% -
HSV(B) 23.08º 0.56% 1% -
XYZ 57.38 49.49 21.57 -
YUV 186.04 85.65 176.47 -
System Red Green Blue C M Y K H S L
Decimal 254 166 111 0 0.35 0.56 0.00 23.08 0.99 0.72
Hex FE A6 6F 0 23 38 0 17 63 48
Octal 376 246 157 0 43 70 0 27 143 110
Binary 11111110 10100110 1101111 0 100011 111000 0 10111 1100011 1001000

Color Harmonies of #FEA66F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEA66F

Black with #FEA66F

Text Example


Text Example

White with #FEA66F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEA66F; }

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

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

background-color css

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

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

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

border-color css

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

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

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