Html Css Color HEX #FEC261 Golden Tainoi

📋 copy color: '#FEC261'

red 254 ◦ green 194 ◦ blue 97

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

Shades of Golden Tainoi #FEC261

Tints of Golden Tainoi #FEC261

RGB

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

 GREEN value IS 194 (76.17% from 255) = 35.6%

 BLUE value IS 97 (38.28% from 255) = 17.8%

R = 46.61%
G = 35.6%
B = 17.8%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.62

 K value IS 0.00

RGB Variations

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

Color information

#FEC261 (or 0xFEC261) is known color: Golden Tainoi. HEX triplet: FE, C2 and 61. RGB value is (254,194,97). Sum of RGB (Red+Green+Blue) = 254+194+97=545 (72% of max value = 765). Red value is 254 (99.61% from 255 or 46.61% from 545); Green value is 194 (76.17% from 255 or 35.60% from 545); Blue value is 97 (38.28% from 255 or 17.80% from 545); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC261 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEC261 is #013D9E. Grayscale: #C9C9C9. Windows color (decimal): -81311 or 6406910. OLE color: 6406910.

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

Color convert

RGB 254 194 97 -
CMYK 0 0.24 0.62 0.00
HSL 37.07º 0.99% 0.69% -
HSV(B) 37.07º 0.62% 1% -
XYZ 62.32 60.52 19.71 -
YUV 200.88 69.38 165.89 -
System Red Green Blue C M Y K H S L
Decimal 254 194 97 0 0.24 0.62 0.00 37.07 0.99 0.69
Hex FE C2 61 0 18 3E 0 25 63 45
Octal 376 302 141 0 30 76 0 45 143 105
Binary 11111110 11000010 1100001 0 11000 111110 0 100101 1100011 1000101

Color Harmonies of #FEC261

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEC261

Black with #FEC261

Text Example


Text Example

White with #FEC261

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEC261; }

 p { color: rgb(254,194,97); }

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

background-color css

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

 a { background-color: rgb(254,194,97); }

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

border-color css

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

 span { border-color: rgb(254,194,97); }

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