Html Css Color HEX #FEA568 Hit Pink

📋 copy color: '#FEA568'

red 254 ◦ green 165 ◦ blue 104

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

Shades of Hit Pink #FEA568

Tints of Hit Pink #FEA568

RGB

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

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

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

R = 48.57%
G = 31.55%
B = 19.89%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.59

 K value IS 0.00

RGB Variations

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

Color information

#FEA568 (or 0xFEA568) is known color: Hit Pink. HEX triplet: FE, A5 and 68. RGB value is (254,165,104). Sum of RGB (Red+Green+Blue) = 254+165+104=523 (69% of max value = 765). Red value is 254 (99.61% from 255 or 48.57% from 523); Green value is 165 (64.84% from 255 or 31.55% from 523); Blue value is 104 (41.02% from 255 or 19.89% from 523); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA568 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FEA568 is #015A97. Grayscale: #B8B8B8. Windows color (decimal): -88728 or 6858238. OLE color: 6858238.

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

Color convert

RGB 254 165 104 -
CMYK 0 0.35 0.59 0.00
HSL 24.4º 0.99% 0.7% -
HSV(B) 24.4º 0.59% 1% -
XYZ 56.83 48.98 19.56 -
YUV 184.66 82.49 177.46 -
System Red Green Blue C M Y K H S L
Decimal 254 165 104 0 0.35 0.59 0.00 24.4 0.99 0.7
Hex FE A5 68 0 23 3B 0 18 63 46
Octal 376 245 150 0 43 73 0 30 143 106
Binary 11111110 10100101 1101000 0 100011 111011 0 11000 1100011 1000110

Color Harmonies of #FEA568

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEA568

Black with #FEA568

Text Example


Text Example

White with #FEA568

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEA568; }

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

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

background-color css

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

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

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

border-color css

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

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

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