Html Css Color HEX #FEC45E Golden Tainoi

📋 copy color: '#FEC45E'

red 254 ◦ green 196 ◦ blue 94

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

Shades of Golden Tainoi #FEC45E

Tints of Golden Tainoi #FEC45E

RGB

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

 GREEN value IS 196 (76.95% from 255) = 36.03%

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

R = 46.69%
G = 36.03%
B = 17.28%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.63

 K value IS 0.00

RGB Variations

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

Color information

#FEC45E (or 0xFEC45E) is known color: Golden Tainoi. HEX triplet: FE, C4 and 5E. RGB value is (254,196,94). Sum of RGB (Red+Green+Blue) = 254+196+94=544 (72% of max value = 765). Red value is 254 (99.61% from 255 or 46.69% from 544); Green value is 196 (76.95% from 255 or 36.03% from 544); Blue value is 94 (37.11% from 255 or 17.28% from 544); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC45E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEC45E is #013BA1. Grayscale: #CACACA. Windows color (decimal): -80802 or 6210814. OLE color: 6210814.

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

Color convert

RGB 254 196 94 -
CMYK 0 0.23 0.63 0.00
HSL 38.25º 0.99% 0.68% -
HSV(B) 38.25º 0.63% 1% -
XYZ 62.63 61.36 19.13 -
YUV 201.71 67.22 165.29 -
System Red Green Blue C M Y K H S L
Decimal 254 196 94 0 0.23 0.63 0.00 38.25 0.99 0.68
Hex FE C4 5E 0 17 3F 0 26 63 44
Octal 376 304 136 0 27 77 0 46 143 104
Binary 11111110 11000100 1011110 0 10111 111111 0 100110 1100011 1000100

Color Harmonies of #FEC45E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEC45E

Black with #FEC45E

Text Example


Text Example

White with #FEC45E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEC45E; }

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

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

background-color css

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

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

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

border-color css

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

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

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