Html Css Color HEX #FEC65A Golden Tainoi

📋 copy color: '#FEC65A'

red 254 ◦ green 198 ◦ blue 90

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

Shades of Golden Tainoi #FEC65A

Tints of Golden Tainoi #FEC65A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 16.61%

R = 46.86%
G = 36.53%
B = 16.61%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.65

 K value IS 0.00

RGB Variations

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

Color information

#FEC65A (or 0xFEC65A) is known color: Golden Tainoi. HEX triplet: FE, C6 and 5A. RGB value is (254,198,90). Sum of RGB (Red+Green+Blue) = 254+198+90=542 (71% of max value = 765). Red value is 254 (99.61% from 255 or 46.86% from 542); Green value is 198 (77.73% from 255 or 36.53% from 542); Blue value is 90 (35.55% from 255 or 16.61% from 542); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC65A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEC65A is #0139A5. Grayscale: #CACACA. Windows color (decimal): -80294 or 5949182. OLE color: 5949182.

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

Color convert

RGB 254 198 90 -
CMYK 0 0.22 0.65 0.00
HSL 39.51º 0.99% 0.67% -
HSV(B) 39.51º 0.65% 1% -
XYZ 62.91 62.2 18.36 -
YUV 202.43 64.55 164.78 -
System Red Green Blue C M Y K H S L
Decimal 254 198 90 0 0.22 0.65 0.00 39.51 0.99 0.67
Hex FE C6 5A 0 16 41 0 28 63 43
Octal 376 306 132 0 26 101 0 50 143 103
Binary 11111110 11000110 1011010 0 10110 1000001 0 101000 1100011 1000011

Color Harmonies of #FEC65A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEC65A

Black with #FEC65A

Text Example


Text Example

White with #FEC65A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEC65A; }

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

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

background-color css

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

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

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

border-color css

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

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

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