Html Css Color HEX #FEA465 Hit Pink

📋 copy color: '#FEA465'

red 254 ◦ green 164 ◦ blue 101

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

Shades of Hit Pink #FEA465

Tints of Hit Pink #FEA465

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 19.46%

R = 48.94%
G = 31.6%
B = 19.46%

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

#FEA465 (or 0xFEA465) is known color: Hit Pink. HEX triplet: FE, A4 and 65. RGB value is (254,164,101). Sum of RGB (Red+Green+Blue) = 254+164+101=519 (68% of max value = 765). Red value is 254 (99.61% from 255 or 48.94% from 519); Green value is 164 (64.45% from 255 or 31.60% from 519); Blue value is 101 (39.84% from 255 or 19.46% from 519); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA465 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FEA465 is #015B9A. Grayscale: #B8B8B8. Windows color (decimal): -88987 or 6661374. OLE color: 6661374.

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

Color convert

RGB 254 164 101 -
CMYK 0 0.35 0.60 0.00
HSL 24.71º 0.99% 0.7% -
HSV(B) 24.71º 0.6% 1% -
XYZ 56.5 48.56 18.71 -
YUV 183.73 81.32 178.12 -
System Red Green Blue C M Y K H S L
Decimal 254 164 101 0 0.35 0.60 0.00 24.71 0.99 0.7
Hex FE A4 65 0 23 3C 0 19 63 46
Octal 376 244 145 0 43 74 0 31 143 106
Binary 11111110 10100100 1100101 0 100011 111100 0 11001 1100011 1000110

Color Harmonies of #FEA465

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEA465

Black with #FEA465

Text Example


Text Example

White with #FEA465

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEA465; }

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

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

background-color css

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

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

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

border-color css

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

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

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