Html Css Color HEX #FEC44A Golden Tainoi

📋 copy color: '#FEC44A'

red 254 ◦ green 196 ◦ blue 74

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

Shades of Golden Tainoi #FEC44A

Tints of Golden Tainoi #FEC44A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 14.12%

R = 48.47%
G = 37.4%
B = 14.12%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.71

 K value IS 0.00

RGB Variations

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

Color information

#FEC44A (or 0xFEC44A) is known color: Golden Tainoi. HEX triplet: FE, C4 and 4A. RGB value is (254,196,74). Sum of RGB (Red+Green+Blue) = 254+196+74=524 (69% of max value = 765). Red value is 254 (99.61% from 255 or 48.47% from 524); Green value is 196 (76.95% from 255 or 37.40% from 524); Blue value is 74 (29.30% from 255 or 14.12% from 524); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC44A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FEC44A is #013BB5. Grayscale: #C7C7C7. Windows color (decimal): -80822 or 4900094. OLE color: 4900094.

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

Color convert

RGB 254 196 74 -
CMYK 0 0.23 0.71 0.00
HSL 40.67º 0.99% 0.64% -
HSV(B) 40.67º 0.71% 1% -
XYZ 61.85 61.05 15 -
YUV 199.43 57.22 166.92 -
System Red Green Blue C M Y K H S L
Decimal 254 196 74 0 0.23 0.71 0.00 40.67 0.99 0.64
Hex FE C4 4A 0 17 47 0 29 63 40
Octal 376 304 112 0 27 107 0 51 143 100
Binary 11111110 11000100 1001010 0 10111 1000111 0 101001 1100011 1000000

Color Harmonies of #FEC44A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEC44A

Black with #FEC44A

Text Example


Text Example

White with #FEC44A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEC44A; }

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

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

background-color css

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

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

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

border-color css

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

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

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