Html Css Color HEX #FEA66D Hit Pink

📋 copy color: '#FEA66D'

red 254 ◦ green 166 ◦ blue 109

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

Shades of Hit Pink #FEA66D

Tints of Hit Pink #FEA66D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 20.6%

R = 48.02%
G = 31.38%
B = 20.6%

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

#FEA66D (or 0xFEA66D) is known color: Hit Pink. HEX triplet: FE, A6 and 6D. RGB value is (254,166,109). Sum of RGB (Red+Green+Blue) = 254+166+109=529 (70% of max value = 765). Red value is 254 (99.61% from 255 or 48.02% from 529); Green value is 166 (65.23% from 255 or 31.38% from 529); Blue value is 109 (42.97% from 255 or 20.60% from 529); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA66D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FEA66D is #015992. Grayscale: #BABABA. Windows color (decimal): -88467 or 7186174. OLE color: 7186174.

HSL color Cylindrical-coordinate representation of color #FEA66D: hue angle of 23.59º 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 #FEA66D is Cyan = 0, Magento = 0.35, Yellow = 0.57 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 166 109 -
CMYK 0 0.35 0.57 0.00
HSL 23.59º 0.99% 0.71% -
HSV(B) 23.59º 0.57% 1% -
XYZ 57.27 49.45 20.99 -
YUV 185.81 84.65 176.63 -
System Red Green Blue C M Y K H S L
Decimal 254 166 109 0 0.35 0.57 0.00 23.59 0.99 0.71
Hex FE A6 6D 0 23 39 0 18 63 47
Octal 376 246 155 0 43 71 0 30 143 107
Binary 11111110 10100110 1101101 0 100011 111001 0 11000 1100011 1000111

Color Harmonies of #FEA66D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEA66D

Black with #FEA66D

Text Example


Text Example

White with #FEA66D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEA66D; }

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

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

background-color css

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

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

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

border-color css

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

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

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