Html Css Color HEX #FEC64E Golden Tainoi

📋 copy color: '#FEC64E'

red 254 ◦ green 198 ◦ blue 78

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

Shades of Golden Tainoi #FEC64E

Tints of Golden Tainoi #FEC64E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 14.72%

R = 47.92%
G = 37.36%
B = 14.72%

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

#FEC64E (or 0xFEC64E) is known color: Golden Tainoi. HEX triplet: FE, C6 and 4E. RGB value is (254,198,78). Sum of RGB (Red+Green+Blue) = 254+198+78=530 (70% of max value = 765). Red value is 254 (99.61% from 255 or 47.92% from 530); Green value is 198 (77.73% from 255 or 37.36% from 530); Blue value is 78 (30.86% from 255 or 14.72% from 530); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC64E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEC64E is #0139B1. Grayscale: #C9C9C9. Windows color (decimal): -80306 or 5162750. OLE color: 5162750.

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

Color convert

RGB 254 198 78 -
CMYK 0 0.22 0.69 0.00
HSL 40.91º 0.99% 0.65% -
HSV(B) 40.91º 0.69% 1% -
XYZ 62.44 62.01 15.89 -
YUV 201.06 58.55 165.76 -
System Red Green Blue C M Y K H S L
Decimal 254 198 78 0 0.22 0.69 0.00 40.91 0.99 0.65
Hex FE C6 4E 0 16 45 0 29 63 41
Octal 376 306 116 0 26 105 0 51 143 101
Binary 11111110 11000110 1001110 0 10110 1000101 0 101001 1100011 1000001

Color Harmonies of #FEC64E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEC64E

Black with #FEC64E

Text Example


Text Example

White with #FEC64E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEC64E; }

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

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

background-color css

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

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

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

border-color css

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

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

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