Html Css Color HEX #FEC860 Golden Tainoi

📋 copy color: '#FEC860'

red 254 ◦ green 200 ◦ blue 96

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

Shades of Golden Tainoi #FEC860

Tints of Golden Tainoi #FEC860

RGB

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

 GREEN value IS 200 (78.52% from 255) = 36.36%

 BLUE value IS 96 (37.89% from 255) = 17.45%

R = 46.18%
G = 36.36%
B = 17.45%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.62

 K value IS 0.00

RGB Variations

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

Color information

#FEC860 (or 0xFEC860) is known color: Golden Tainoi. HEX triplet: FE, C8 and 60. RGB value is (254,200,96). Sum of RGB (Red+Green+Blue) = 254+200+96=550 (72% of max value = 765). Red value is 254 (99.61% from 255 or 46.18% from 550); Green value is 200 (78.52% from 255 or 36.36% from 550); Blue value is 96 (37.89% from 255 or 17.45% from 550); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC860 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEC860 is #01379F. Grayscale: #CCCCCC. Windows color (decimal): -79776 or 6342910. OLE color: 6342910.

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

Color convert

RGB 254 200 96 -
CMYK 0 0.21 0.62 0.00
HSL 39.49º 0.99% 0.69% -
HSV(B) 39.49º 0.62% 1% -
XYZ 63.64 63.22 19.92 -
YUV 204.29 66.89 163.46 -
System Red Green Blue C M Y K H S L
Decimal 254 200 96 0 0.21 0.62 0.00 39.49 0.99 0.69
Hex FE C8 60 0 15 3E 0 27 63 45
Octal 376 310 140 0 25 76 0 47 143 105
Binary 11111110 11001000 1100000 0 10101 111110 0 100111 1100011 1000101

Color Harmonies of #FEC860

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEC860

Black with #FEC860

Text Example


Text Example

White with #FEC860

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEC860; }

 p { color: rgb(254,200,96); }

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

background-color css

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

 a { background-color: rgb(254,200,96); }

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

border-color css

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

 span { border-color: rgb(254,200,96); }

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