Html Css Color HEX #FEC44F Golden Tainoi

📋 copy color: '#FEC44F'

red 254 ◦ green 196 ◦ blue 79

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

Shades of Golden Tainoi #FEC44F

Tints of Golden Tainoi #FEC44F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 14.93%

R = 48.02%
G = 37.05%
B = 14.93%

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

#FEC44F (or 0xFEC44F) is known color: Golden Tainoi. HEX triplet: FE, C4 and 4F. RGB value is (254,196,79). Sum of RGB (Red+Green+Blue) = 254+196+79=529 (70% of max value = 765). Red value is 254 (99.61% from 255 or 48.02% from 529); Green value is 196 (76.95% from 255 or 37.05% from 529); Blue value is 79 (31.25% from 255 or 14.93% from 529); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC44F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEC44F is #013BB0. Grayscale: #C8C8C8. Windows color (decimal): -80817 or 5227774. OLE color: 5227774.

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

Color convert

RGB 254 196 79 -
CMYK 0 0.23 0.69 0.00
HSL 40.11º 0.99% 0.65% -
HSV(B) 40.11º 0.69% 1% -
XYZ 62.02 61.12 15.92 -
YUV 200 59.72 166.51 -
System Red Green Blue C M Y K H S L
Decimal 254 196 79 0 0.23 0.69 0.00 40.11 0.99 0.65
Hex FE C4 4F 0 17 45 0 28 63 41
Octal 376 304 117 0 27 105 0 50 143 101
Binary 11111110 11000100 1001111 0 10111 1000101 0 101000 1100011 1000001

Color Harmonies of #FEC44F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEC44F

Black with #FEC44F

Text Example


Text Example

White with #FEC44F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEC44F; }

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

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

background-color css

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

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

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

border-color css

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

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

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