Html Css Color HEX #FEA56F Hit Pink

📋 copy color: '#FEA56F'

red 254 ◦ green 165 ◦ blue 111

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

Shades of Hit Pink #FEA56F

Tints of Hit Pink #FEA56F

RGB

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

 GREEN value IS 165 (64.84% from 255) = 31.13%

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

R = 47.92%
G = 31.13%
B = 20.94%

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

#FEA56F (or 0xFEA56F) is known color: Hit Pink. HEX triplet: FE, A5 and 6F. RGB value is (254,165,111). Sum of RGB (Red+Green+Blue) = 254+165+111=530 (70% of max value = 765). Red value is 254 (99.61% from 255 or 47.92% from 530); Green value is 165 (64.84% from 255 or 31.13% from 530); Blue value is 111 (43.75% from 255 or 20.94% from 530); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA56F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FEA56F is #015A90. Grayscale: #B9B9B9. Windows color (decimal): -88721 or 7316990. OLE color: 7316990.

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

Color convert

RGB 254 165 111 -
CMYK 0 0.35 0.56 0.00
HSL 22.66º 0.99% 0.72% -
HSV(B) 22.66º 0.56% 1% -
XYZ 57.2 49.13 21.51 -
YUV 185.46 85.99 176.89 -
System Red Green Blue C M Y K H S L
Decimal 254 165 111 0 0.35 0.56 0.00 22.66 0.99 0.72
Hex FE A5 6F 0 23 38 0 17 63 48
Octal 376 245 157 0 43 70 0 27 143 110
Binary 11111110 10100101 1101111 0 100011 111000 0 10111 1100011 1001000

Color Harmonies of #FEA56F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEA56F

Black with #FEA56F

Text Example


Text Example

White with #FEA56F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEA56F; }

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

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

background-color css

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

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

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

border-color css

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

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

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