Html Css Color HEX #FEC547 Golden Tainoi

📋 copy color: '#FEC547'

red 254 ◦ green 197 ◦ blue 71

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

Shades of Golden Tainoi #FEC547

Tints of Golden Tainoi #FEC547

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 13.6%

R = 48.66%
G = 37.74%
B = 13.6%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.72

 K value IS 0.00

RGB Variations

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

Color information

#FEC547 (or 0xFEC547) is known color: Golden Tainoi. HEX triplet: FE, C5 and 47. RGB value is (254,197,71). Sum of RGB (Red+Green+Blue) = 254+197+71=522 (69% of max value = 765). Red value is 254 (99.61% from 255 or 48.66% from 522); Green value is 197 (77.34% from 255 or 37.74% from 522); Blue value is 71 (28.12% from 255 or 13.60% from 522); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC547 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FEC547 is #013AB8. Grayscale: #C8C8C8. Windows color (decimal): -80569 or 4703742. OLE color: 4703742.

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

Color convert

RGB 254 197 71 -
CMYK 0 0.22 0.72 0.00
HSL 41.31º 0.99% 0.64% -
HSV(B) 41.31º 0.72% 1% -
XYZ 61.98 61.46 14.56 -
YUV 199.68 55.38 166.75 -
System Red Green Blue C M Y K H S L
Decimal 254 197 71 0 0.22 0.72 0.00 41.31 0.99 0.64
Hex FE C5 47 0 16 48 0 29 63 40
Octal 376 305 107 0 26 110 0 51 143 100
Binary 11111110 11000101 1000111 0 10110 1001000 0 101001 1100011 1000000

Color Harmonies of #FEC547

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEC547

Black with #FEC547

Text Example


Text Example

White with #FEC547

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEC547; }

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

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

background-color css

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

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

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

border-color css

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

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

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