Html Css Color HEX #FEC960 Golden Tainoi

📋 copy color: '#FEC960'

red 254 ◦ green 201 ◦ blue 96

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

Shades of Golden Tainoi #FEC960

Tints of Golden Tainoi #FEC960

RGB

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

 GREEN value IS 201 (78.91% from 255) = 36.48%

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

R = 46.1%
G = 36.48%
B = 17.42%

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

#FEC960 (or 0xFEC960) is known color: Golden Tainoi. HEX triplet: FE, C9 and 60. RGB value is (254,201,96). Sum of RGB (Red+Green+Blue) = 254+201+96=551 (72% of max value = 765). Red value is 254 (99.61% from 255 or 46.10% from 551); Green value is 201 (78.91% from 255 or 36.48% from 551); Blue value is 96 (37.89% from 255 or 17.42% from 551); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC960 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEC960 is #01369F. Grayscale: #CDCDCD. Windows color (decimal): -79520 or 6343166. OLE color: 6343166.

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

Color convert

RGB 254 201 96 -
CMYK 0 0.21 0.62 0.00
HSL 39.87º 0.99% 0.69% -
HSV(B) 39.87º 0.62% 1% -
XYZ 63.87 63.69 19.99 -
YUV 204.88 66.56 163.04 -
System Red Green Blue C M Y K H S L
Decimal 254 201 96 0 0.21 0.62 0.00 39.87 0.99 0.69
Hex FE C9 60 0 15 3E 0 28 63 45
Octal 376 311 140 0 25 76 0 50 143 105
Binary 11111110 11001001 1100000 0 10101 111110 0 101000 1100011 1000101

Color Harmonies of #FEC960

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEC960

Black with #FEC960

Text Example


Text Example

White with #FEC960

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEC960; }

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

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

background-color css

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

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

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

border-color css

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

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

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