Html Css Color HEX #FEC961 Golden Tainoi

📋 copy color: '#FEC961'

red 254 ◦ green 201 ◦ blue 97

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

Shades of Golden Tainoi #FEC961

Tints of Golden Tainoi #FEC961

RGB

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

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

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

R = 46.01%
G = 36.41%
B = 17.57%

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

#FEC961 (or 0xFEC961) is known color: Golden Tainoi. HEX triplet: FE, C9 and 61. RGB value is (254,201,97). Sum of RGB (Red+Green+Blue) = 254+201+97=552 (73% of max value = 765). Red value is 254 (99.61% from 255 or 46.01% from 552); Green value is 201 (78.91% from 255 or 36.41% from 552); Blue value is 97 (38.28% from 255 or 17.57% from 552); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC961 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEC961 is #01369E. Grayscale: #CDCDCD. Windows color (decimal): -79519 or 6408702. OLE color: 6408702.

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

Color convert

RGB 254 201 97 -
CMYK 0 0.21 0.62 0.00
HSL 39.75º 0.99% 0.69% -
HSV(B) 39.75º 0.62% 1% -
XYZ 63.92 63.71 20.24 -
YUV 204.99 67.06 162.96 -
System Red Green Blue C M Y K H S L
Decimal 254 201 97 0 0.21 0.62 0.00 39.75 0.99 0.69
Hex FE C9 61 0 15 3E 0 28 63 45
Octal 376 311 141 0 25 76 0 50 143 105
Binary 11111110 11001001 1100001 0 10101 111110 0 101000 1100011 1000101

Color Harmonies of #FEC961

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEC961

Black with #FEC961

Text Example


Text Example

White with #FEC961

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEC961; }

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

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

background-color css

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

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

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

border-color css

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

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

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