Html Css Color HEX #FEA368 Hit Pink

📋 copy color: '#FEA368'

red 254 ◦ green 163 ◦ blue 104

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

Shades of Hit Pink #FEA368

Tints of Hit Pink #FEA368

RGB

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

 GREEN value IS 163 (64.06% from 255) = 31.29%

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

R = 48.75%
G = 31.29%
B = 19.96%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.59

 K value IS 0.00

RGB Variations

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

Color information

#FEA368 (or 0xFEA368) is known color: Hit Pink. HEX triplet: FE, A3 and 68. RGB value is (254,163,104). Sum of RGB (Red+Green+Blue) = 254+163+104=521 (69% of max value = 765). Red value is 254 (99.61% from 255 or 48.75% from 521); Green value is 163 (64.06% from 255 or 31.29% from 521); Blue value is 104 (41.02% from 255 or 19.96% from 521); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA368 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FEA368 is #015C97. Grayscale: #B7B7B7. Windows color (decimal): -89240 or 6857726. OLE color: 6857726.

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

Color convert

RGB 254 163 104 -
CMYK 0 0.36 0.59 0.00
HSL 23.6º 0.99% 0.7% -
HSV(B) 23.6º 0.59% 1% -
XYZ 56.47 48.26 19.44 -
YUV 183.48 83.15 178.3 -
System Red Green Blue C M Y K H S L
Decimal 254 163 104 0 0.36 0.59 0.00 23.6 0.99 0.7
Hex FE A3 68 0 24 3B 0 18 63 46
Octal 376 243 150 0 44 73 0 30 143 106
Binary 11111110 10100011 1101000 0 100100 111011 0 11000 1100011 1000110

Color Harmonies of #FEA368

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEA368

Black with #FEA368

Text Example


Text Example

White with #FEA368

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEA368; }

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

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

background-color css

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

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

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

border-color css

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

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

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