Html Css Color HEX #FEC44E Golden Tainoi

📋 copy color: '#FEC44E'

red 254 ◦ green 196 ◦ blue 78

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

Shades of Golden Tainoi #FEC44E

Tints of Golden Tainoi #FEC44E

RGB

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

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

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

R = 48.11%
G = 37.12%
B = 14.77%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.69

 K value IS 0.00

RGB Variations

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

Color information

#FEC44E (or 0xFEC44E) is known color: Golden Tainoi. HEX triplet: FE, C4 and 4E. RGB value is (254,196,78). Sum of RGB (Red+Green+Blue) = 254+196+78=528 (69% of max value = 765). Red value is 254 (99.61% from 255 or 48.11% from 528); Green value is 196 (76.95% from 255 or 37.12% from 528); Blue value is 78 (30.86% from 255 or 14.77% from 528); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC44E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEC44E is #013BB1. Grayscale: #C8C8C8. Windows color (decimal): -80818 or 5162238. OLE color: 5162238.

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

Color convert

RGB 254 196 78 -
CMYK 0 0.23 0.69 0.00
HSL 40.23º 0.99% 0.65% -
HSV(B) 40.23º 0.69% 1% -
XYZ 61.99 61.1 15.73 -
YUV 199.89 59.22 166.59 -
System Red Green Blue C M Y K H S L
Decimal 254 196 78 0 0.23 0.69 0.00 40.23 0.99 0.65
Hex FE C4 4E 0 17 45 0 28 63 41
Octal 376 304 116 0 27 105 0 50 143 101
Binary 11111110 11000100 1001110 0 10111 1000101 0 101000 1100011 1000001

Color Harmonies of #FEC44E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEC44E

Black with #FEC44E

Text Example


Text Example

White with #FEC44E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEC44E; }

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

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

background-color css

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

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

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

border-color css

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

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

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