Html Css Color HEX #FEC95E Golden Tainoi

📋 copy color: '#FEC95E'

red 254 ◦ green 201 ◦ blue 94

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

Shades of Golden Tainoi #FEC95E

Tints of Golden Tainoi #FEC95E

RGB

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

 GREEN value IS 201 (78.91% from 255) = 36.61%

 BLUE value IS 94 (37.11% from 255) = 17.12%

R = 46.27%
G = 36.61%
B = 17.12%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.63

 K value IS 0.00

RGB Variations

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

Color information

#FEC95E (or 0xFEC95E) is known color: Golden Tainoi. HEX triplet: FE, C9 and 5E. RGB value is (254,201,94). Sum of RGB (Red+Green+Blue) = 254+201+94=549 (72% of max value = 765). Red value is 254 (99.61% from 255 or 46.27% from 549); Green value is 201 (78.91% from 255 or 36.61% from 549); Blue value is 94 (37.11% from 255 or 17.12% from 549); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC95E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEC95E is #0136A1. Grayscale: #CDCDCD. Windows color (decimal): -79522 or 6212094. OLE color: 6212094.

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

Color convert

RGB 254 201 94 -
CMYK 0 0.21 0.63 0.00
HSL 40.13º 0.99% 0.68% -
HSV(B) 40.13º 0.63% 1% -
XYZ 63.78 63.65 19.51 -
YUV 204.65 65.56 163.2 -
System Red Green Blue C M Y K H S L
Decimal 254 201 94 0 0.21 0.63 0.00 40.13 0.99 0.68
Hex FE C9 5E 0 15 3F 0 28 63 44
Octal 376 311 136 0 25 77 0 50 143 104
Binary 11111110 11001001 1011110 0 10101 111111 0 101000 1100011 1000100

Color Harmonies of #FEC95E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEC95E

Black with #FEC95E

Text Example


Text Example

White with #FEC95E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEC95E; }

 p { color: rgb(254,201,94); }

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

background-color css

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

 a { background-color: rgb(254,201,94); }

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

border-color css

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

 span { border-color: rgb(254,201,94); }

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