Html Css Color HEX #FEA968 Hit Pink

📋 copy color: '#FEA968'

red 254 ◦ green 169 ◦ blue 104

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

Shades of Hit Pink #FEA968

Tints of Hit Pink #FEA968

RGB

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

 GREEN value IS 169 (66.41% from 255) = 32.07%

 BLUE value IS 104 (41.02% from 255) = 19.73%

R = 48.2%
G = 32.07%
B = 19.73%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.59

 K value IS 0.00

RGB Variations

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

Color information

#FEA968 (or 0xFEA968) is known color: Hit Pink. HEX triplet: FE, A9 and 68. RGB value is (254,169,104). Sum of RGB (Red+Green+Blue) = 254+169+104=527 (69% of max value = 765). Red value is 254 (99.61% from 255 or 48.20% from 527); Green value is 169 (66.41% from 255 or 32.07% from 527); Blue value is 104 (41.02% from 255 or 19.73% from 527); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA968 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FEA968 is #015697. Grayscale: #BBBBBB. Windows color (decimal): -87704 or 6859262. OLE color: 6859262.

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

Color convert

RGB 254 169 104 -
CMYK 0 0.33 0.59 0.00
HSL 26º 0.99% 0.7% -
HSV(B) 26º 0.59% 1% -
XYZ 57.56 50.45 19.8 -
YUV 187.01 81.16 175.79 -
System Red Green Blue C M Y K H S L
Decimal 254 169 104 0 0.33 0.59 0.00 26 0.99 0.7
Hex FE A9 68 0 21 3B 0 1A 63 46
Octal 376 251 150 0 41 73 0 32 143 106
Binary 11111110 10101001 1101000 0 100001 111011 0 11010 1100011 1000110

Color Harmonies of #FEA968

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEA968

Black with #FEA968

Text Example


Text Example

White with #FEA968

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEA968; }

 p { color: rgb(254,169,104); }

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

background-color css

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

 a { background-color: rgb(254,169,104); }

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

border-color css

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

 span { border-color: rgb(254,169,104); }

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