Html Css Color HEX #FEC557 Golden Tainoi

📋 copy color: '#FEC557'

red 254 ◦ green 197 ◦ blue 87

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

Shades of Golden Tainoi #FEC557

Tints of Golden Tainoi #FEC557

RGB

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

 GREEN value IS 197 (77.34% from 255) = 36.62%

 BLUE value IS 87 (34.38% from 255) = 16.17%

R = 47.21%
G = 36.62%
B = 16.17%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.66

 K value IS 0.00

RGB Variations

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

Color information

#FEC557 (or 0xFEC557) is known color: Golden Tainoi. HEX triplet: FE, C5 and 57. RGB value is (254,197,87). Sum of RGB (Red+Green+Blue) = 254+197+87=538 (71% of max value = 765). Red value is 254 (99.61% from 255 or 47.21% from 538); Green value is 197 (77.34% from 255 or 36.62% from 538); Blue value is 87 (34.38% from 255 or 16.17% from 538); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC557 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEC557 is #013AA8. Grayscale: #CACACA. Windows color (decimal): -80553 or 5752318. OLE color: 5752318.

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

Color convert

RGB 254 197 87 -
CMYK 0 0.22 0.66 0.00
HSL 39.52º 0.99% 0.67% -
HSV(B) 39.52º 0.66% 1% -
XYZ 62.56 61.69 17.63 -
YUV 201.5 63.38 165.44 -
System Red Green Blue C M Y K H S L
Decimal 254 197 87 0 0.22 0.66 0.00 39.52 0.99 0.67
Hex FE C5 57 0 16 42 0 28 63 43
Octal 376 305 127 0 26 102 0 50 143 103
Binary 11111110 11000101 1010111 0 10110 1000010 0 101000 1100011 1000011

Color Harmonies of #FEC557

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEC557

Black with #FEC557

Text Example


Text Example

White with #FEC557

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEC557; }

 p { color: rgb(254,197,87); }

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

background-color css

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

 a { background-color: rgb(254,197,87); }

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

border-color css

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

 span { border-color: rgb(254,197,87); }

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