Html Css Color HEX #FEC649 Golden Tainoi

📋 copy color: '#FEC649'

red 254 ◦ green 198 ◦ blue 73

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

Shades of Golden Tainoi #FEC649

Tints of Golden Tainoi #FEC649

RGB

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

 GREEN value IS 198 (77.73% from 255) = 37.71%

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

R = 48.38%
G = 37.71%
B = 13.9%

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

#FEC649 (or 0xFEC649) is known color: Golden Tainoi. HEX triplet: FE, C6 and 49. RGB value is (254,198,73). Sum of RGB (Red+Green+Blue) = 254+198+73=525 (69% of max value = 765). Red value is 254 (99.61% from 255 or 48.38% from 525); Green value is 198 (77.73% from 255 or 37.71% from 525); Blue value is 73 (28.91% from 255 or 13.90% from 525); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC649 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FEC649 is #0139B6. Grayscale: #C9C9C9. Windows color (decimal): -80311 or 4835070. OLE color: 4835070.

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

Color convert

RGB 254 198 73 -
CMYK 0 0.22 0.71 0.00
HSL 41.44º 0.99% 0.64% -
HSV(B) 41.44º 0.71% 1% -
XYZ 62.27 61.94 14.98 -
YUV 200.49 56.05 166.16 -
System Red Green Blue C M Y K H S L
Decimal 254 198 73 0 0.22 0.71 0.00 41.44 0.99 0.64
Hex FE C6 49 0 16 47 0 29 63 40
Octal 376 306 111 0 26 107 0 51 143 100
Binary 11111110 11000110 1001001 0 10110 1000111 0 101001 1100011 1000000

Color Harmonies of #FEC649

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEC649

Black with #FEC649

Text Example


Text Example

White with #FEC649

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEC649; }

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

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

background-color css

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

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

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

border-color css

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

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

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