Html Css Color HEX #FEC760 Golden Tainoi

📋 copy color: '#FEC760'

red 254 ◦ green 199 ◦ blue 96

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

Shades of Golden Tainoi #FEC760

Tints of Golden Tainoi #FEC760

RGB

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

 GREEN value IS 199 (78.13% from 255) = 36.25%

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

R = 46.27%
G = 36.25%
B = 17.49%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.62

 K value IS 0.00

RGB Variations

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

Color information

#FEC760 (or 0xFEC760) is known color: Golden Tainoi. HEX triplet: FE, C7 and 60. RGB value is (254,199,96). Sum of RGB (Red+Green+Blue) = 254+199+96=549 (72% of max value = 765). Red value is 254 (99.61% from 255 or 46.27% from 549); Green value is 199 (78.12% from 255 or 36.25% from 549); Blue value is 96 (37.89% from 255 or 17.49% from 549); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC760 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEC760 is #01389F. Grayscale: #CCCCCC. Windows color (decimal): -80032 or 6342654. OLE color: 6342654.

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

Color convert

RGB 254 199 96 -
CMYK 0 0.22 0.62 0.00
HSL 39.11º 0.99% 0.69% -
HSV(B) 39.11º 0.62% 1% -
XYZ 63.41 62.76 19.84 -
YUV 203.7 67.22 163.88 -
System Red Green Blue C M Y K H S L
Decimal 254 199 96 0 0.22 0.62 0.00 39.11 0.99 0.69
Hex FE C7 60 0 16 3E 0 27 63 45
Octal 376 307 140 0 26 76 0 47 143 105
Binary 11111110 11000111 1100000 0 10110 111110 0 100111 1100011 1000101

Color Harmonies of #FEC760

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEC760

Black with #FEC760

Text Example


Text Example

White with #FEC760

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEC760; }

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

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

background-color css

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

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

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

border-color css

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

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

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