Html Css Color HEX #FEC546 Golden Tainoi

📋 copy color: '#FEC546'

red 254 ◦ green 197 ◦ blue 70

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

Shades of Golden Tainoi #FEC546

Tints of Golden Tainoi #FEC546

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 13.44%

R = 48.75%
G = 37.81%
B = 13.44%

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

#FEC546 (or 0xFEC546) is known color: Golden Tainoi. HEX triplet: FE, C5 and 46. RGB value is (254,197,70). Sum of RGB (Red+Green+Blue) = 254+197+70=521 (69% of max value = 765). Red value is 254 (99.61% from 255 or 48.75% from 521); Green value is 197 (77.34% from 255 or 37.81% from 521); Blue value is 70 (27.73% from 255 or 13.44% from 521); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC546 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FEC546 is #013AB9. Grayscale: #C8C8C8. Windows color (decimal): -80570 or 4638206. OLE color: 4638206.

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

Color convert

RGB 254 197 70 -
CMYK 0 0.22 0.72 0.00
HSL 41.41º 0.99% 0.64% -
HSV(B) 41.41º 0.72% 1% -
XYZ 61.94 61.45 14.39 -
YUV 199.57 54.88 166.83 -
System Red Green Blue C M Y K H S L
Decimal 254 197 70 0 0.22 0.72 0.00 41.41 0.99 0.64
Hex FE C5 46 0 16 48 0 29 63 40
Octal 376 305 106 0 26 110 0 51 143 100
Binary 11111110 11000101 1000110 0 10110 1001000 0 101001 1100011 1000000

Color Harmonies of #FEC546

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEC546

Black with #FEC546

Text Example


Text Example

White with #FEC546

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEC546; }

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

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

background-color css

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

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

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

border-color css

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

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

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