Html Css Color HEX #FEC444 Golden Tainoi

📋 copy color: '#FEC444'

red 254 ◦ green 196 ◦ blue 68

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

Shades of Golden Tainoi #FEC444

Tints of Golden Tainoi #FEC444

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 13.13%

R = 49.03%
G = 37.84%
B = 13.13%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.73

 K value IS 0.00

RGB Variations

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

Color information

#FEC444 (or 0xFEC444) is known color: Golden Tainoi. HEX triplet: FE, C4 and 44. RGB value is (254,196,68). Sum of RGB (Red+Green+Blue) = 254+196+68=518 (68% of max value = 765). Red value is 254 (99.61% from 255 or 49.03% from 518); Green value is 196 (76.95% from 255 or 37.84% from 518); Blue value is 68 (26.95% from 255 or 13.13% from 518); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC444 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FEC444 is #013BBB. Grayscale: #C7C7C7. Windows color (decimal): -80828 or 4506878. OLE color: 4506878.

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

Color convert

RGB 254 196 68 -
CMYK 0 0.23 0.73 0.00
HSL 41.29º 0.99% 0.63% -
HSV(B) 41.29º 0.73% 1% -
XYZ 61.66 60.97 13.99 -
YUV 198.75 54.22 167.41 -
System Red Green Blue C M Y K H S L
Decimal 254 196 68 0 0.23 0.73 0.00 41.29 0.99 0.63
Hex FE C4 44 0 17 49 0 29 63 3F
Octal 376 304 104 0 27 111 0 51 143 77
Binary 11111110 11000100 1000100 0 10111 1001001 0 101001 1100011 111111

Color Harmonies of #FEC444

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEC444

Black with #FEC444

Text Example


Text Example

White with #FEC444

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEC444; }

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

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

background-color css

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

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

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

border-color css

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

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

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