Html Css Color HEX #FEC548 Golden Tainoi

📋 copy color: '#FEC548'

red 254 ◦ green 197 ◦ blue 72

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

Shades of Golden Tainoi #FEC548

Tints of Golden Tainoi #FEC548

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 13.77%

R = 48.57%
G = 37.67%
B = 13.77%

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

#FEC548 (or 0xFEC548) is known color: Golden Tainoi. HEX triplet: FE, C5 and 48. RGB value is (254,197,72). Sum of RGB (Red+Green+Blue) = 254+197+72=523 (69% of max value = 765). Red value is 254 (99.61% from 255 or 48.57% from 523); Green value is 197 (77.34% from 255 or 37.67% from 523); Blue value is 72 (28.52% from 255 or 13.77% from 523); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC548 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FEC548 is #013AB7. Grayscale: #C8C8C8. Windows color (decimal): -80568 or 4769278. OLE color: 4769278.

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

Color convert

RGB 254 197 72 -
CMYK 0 0.22 0.72 0.00
HSL 41.21º 0.99% 0.64% -
HSV(B) 41.21º 0.72% 1% -
XYZ 62.01 61.47 14.73 -
YUV 199.79 55.88 166.66 -
System Red Green Blue C M Y K H S L
Decimal 254 197 72 0 0.22 0.72 0.00 41.21 0.99 0.64
Hex FE C5 48 0 16 48 0 29 63 40
Octal 376 305 110 0 26 110 0 51 143 100
Binary 11111110 11000101 1001000 0 10110 1001000 0 101001 1100011 1000000

Color Harmonies of #FEC548

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEC548

Black with #FEC548

Text Example


Text Example

White with #FEC548

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEC548; }

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

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

background-color css

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

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

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

border-color css

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

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

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