Html Css Color HEX #FEC54F Golden Tainoi

📋 copy color: '#FEC54F'

red 254 ◦ green 197 ◦ blue 79

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

Shades of Golden Tainoi #FEC54F

Tints of Golden Tainoi #FEC54F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 14.91%

R = 47.92%
G = 37.17%
B = 14.91%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.69

 K value IS 0.00

RGB Variations

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

Color information

#FEC54F (or 0xFEC54F) is known color: Golden Tainoi. HEX triplet: FE, C5 and 4F. RGB value is (254,197,79). Sum of RGB (Red+Green+Blue) = 254+197+79=530 (70% of max value = 765). Red value is 254 (99.61% from 255 or 47.92% from 530); Green value is 197 (77.34% from 255 or 37.17% from 530); Blue value is 79 (31.25% from 255 or 14.91% from 530); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC54F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEC54F is #013AB0. Grayscale: #C9C9C9. Windows color (decimal): -80561 or 5228030. OLE color: 5228030.

HSL color Cylindrical-coordinate representation of color #FEC54F: hue angle of 40.46º degrees, saturation: 0.99, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #FEC54F is Cyan = 0, Magento = 0.22, Yellow = 0.69 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 197 79 -
CMYK 0 0.22 0.69 0.00
HSL 40.46º 0.99% 0.65% -
HSV(B) 40.46º 0.69% 1% -
XYZ 62.25 61.57 16 -
YUV 200.59 59.38 166.09 -
System Red Green Blue C M Y K H S L
Decimal 254 197 79 0 0.22 0.69 0.00 40.46 0.99 0.65
Hex FE C5 4F 0 16 45 0 28 63 41
Octal 376 305 117 0 26 105 0 50 143 101
Binary 11111110 11000101 1001111 0 10110 1000101 0 101000 1100011 1000001

Color Harmonies of #FEC54F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEC54F

Black with #FEC54F

Text Example


Text Example

White with #FEC54F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEC54F; }

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

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

background-color css

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

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

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

border-color css

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

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

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