Html Css Color HEX #FEC549 Golden Tainoi

📋 copy color: '#FEC549'

red 254 ◦ green 197 ◦ blue 73

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

Shades of Golden Tainoi #FEC549

Tints of Golden Tainoi #FEC549

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 13.93%

R = 48.47%
G = 37.6%
B = 13.93%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.71

 K value IS 0.00

RGB Variations

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

Color information

#FEC549 (or 0xFEC549) is known color: Golden Tainoi. HEX triplet: FE, C5 and 49. RGB value is (254,197,73). Sum of RGB (Red+Green+Blue) = 254+197+73=524 (69% of max value = 765). Red value is 254 (99.61% from 255 or 48.47% from 524); Green value is 197 (77.34% from 255 or 37.60% from 524); Blue value is 73 (28.91% from 255 or 13.93% from 524); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC549 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FEC549 is #013AB6. Grayscale: #C8C8C8. Windows color (decimal): -80567 or 4834814. OLE color: 4834814.

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

Color convert

RGB 254 197 73 -
CMYK 0 0.22 0.71 0.00
HSL 41.1º 0.99% 0.64% -
HSV(B) 41.1º 0.71% 1% -
XYZ 62.04 61.48 14.9 -
YUV 199.91 56.38 166.58 -
System Red Green Blue C M Y K H S L
Decimal 254 197 73 0 0.22 0.71 0.00 41.1 0.99 0.64
Hex FE C5 49 0 16 47 0 29 63 40
Octal 376 305 111 0 26 107 0 51 143 100
Binary 11111110 11000101 1001001 0 10110 1000111 0 101001 1100011 1000000

Color Harmonies of #FEC549

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEC549

Black with #FEC549

Text Example


Text Example

White with #FEC549

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEC549; }

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

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

background-color css

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

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

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

border-color css

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

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

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