Html Css Color HEX #FEC54A Golden Tainoi

📋 copy color: '#FEC54A'

red 254 ◦ green 197 ◦ blue 74

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

Shades of Golden Tainoi #FEC54A

Tints of Golden Tainoi #FEC54A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 14.1%

R = 48.38%
G = 37.52%
B = 14.1%

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

#FEC54A (or 0xFEC54A) is known color: Golden Tainoi. HEX triplet: FE, C5 and 4A. RGB value is (254,197,74). Sum of RGB (Red+Green+Blue) = 254+197+74=525 (69% of max value = 765). Red value is 254 (99.61% from 255 or 48.38% from 525); Green value is 197 (77.34% from 255 or 37.52% from 525); Blue value is 74 (29.30% from 255 or 14.10% from 525); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC54A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FEC54A is #013AB5. Grayscale: #C8C8C8. Windows color (decimal): -80566 or 4900350. OLE color: 4900350.

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

Color convert

RGB 254 197 74 -
CMYK 0 0.22 0.71 0.00
HSL 41º 0.99% 0.64% -
HSV(B) 41º 0.71% 1% -
XYZ 62.08 61.5 15.08 -
YUV 200.02 56.88 166.5 -
System Red Green Blue C M Y K H S L
Decimal 254 197 74 0 0.22 0.71 0.00 41 0.99 0.64
Hex FE C5 4A 0 16 47 0 29 63 40
Octal 376 305 112 0 26 107 0 51 143 100
Binary 11111110 11000101 1001010 0 10110 1000111 0 101001 1100011 1000000

Color Harmonies of #FEC54A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEC54A

Black with #FEC54A

Text Example


Text Example

White with #FEC54A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEC54A; }

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

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

background-color css

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

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

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

border-color css

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

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

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