Html Css Color HEX #FEC049 Golden Tainoi

📋 copy color: '#FEC049'

red 254 ◦ green 192 ◦ blue 73

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

Shades of Golden Tainoi #FEC049

Tints of Golden Tainoi #FEC049

RGB

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

 GREEN value IS 192 (75.39% from 255) = 36.99%

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

R = 48.94%
G = 36.99%
B = 14.07%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.71

 K value IS 0.00

RGB Variations

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

Color information

#FEC049 (or 0xFEC049) is known color: Golden Tainoi. HEX triplet: FE, C0 and 49. RGB value is (254,192,73). Sum of RGB (Red+Green+Blue) = 254+192+73=519 (68% of max value = 765). Red value is 254 (99.61% from 255 or 48.94% from 519); Green value is 192 (75.39% from 255 or 36.99% from 519); Blue value is 73 (28.91% from 255 or 14.07% from 519); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC049 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FEC049 is #013FB6. Grayscale: #C5C5C5. Windows color (decimal): -81847 or 4833534. OLE color: 4833534.

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

Color convert

RGB 254 192 73 -
CMYK 0 0.24 0.71 0.00
HSL 39.45º 0.99% 0.64% -
HSV(B) 39.45º 0.71% 1% -
XYZ 60.93 59.25 14.53 -
YUV 196.97 58.04 168.68 -
System Red Green Blue C M Y K H S L
Decimal 254 192 73 0 0.24 0.71 0.00 39.45 0.99 0.64
Hex FE C0 49 0 18 47 0 27 63 40
Octal 376 300 111 0 30 107 0 47 143 100
Binary 11111110 11000000 1001001 0 11000 1000111 0 100111 1100011 1000000

Color Harmonies of #FEC049

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEC049

Black with #FEC049

Text Example


Text Example

White with #FEC049

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEC049; }

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

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

background-color css

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

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

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

border-color css

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

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

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