Html Css Color HEX #FEC449 Golden Tainoi

📋 copy color: '#FEC449'

red 254 ◦ green 196 ◦ blue 73

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

Shades of Golden Tainoi #FEC449

Tints of Golden Tainoi #FEC449

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 13.96%

R = 48.57%
G = 37.48%
B = 13.96%

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

#FEC449 (or 0xFEC449) is known color: Golden Tainoi. HEX triplet: FE, C4 and 49. RGB value is (254,196,73). Sum of RGB (Red+Green+Blue) = 254+196+73=523 (69% of max value = 765). Red value is 254 (99.61% from 255 or 48.57% from 523); Green value is 196 (76.95% from 255 or 37.48% from 523); Blue value is 73 (28.91% from 255 or 13.96% from 523); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC449 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FEC449 is #013BB6. Grayscale: #C7C7C7. Windows color (decimal): -80823 or 4834558. OLE color: 4834558.

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

Color convert

RGB 254 196 73 -
CMYK 0 0.23 0.71 0.00
HSL 40.77º 0.99% 0.64% -
HSV(B) 40.77º 0.71% 1% -
XYZ 61.82 61.03 14.83 -
YUV 199.32 56.72 167 -
System Red Green Blue C M Y K H S L
Decimal 254 196 73 0 0.23 0.71 0.00 40.77 0.99 0.64
Hex FE C4 49 0 17 47 0 29 63 40
Octal 376 304 111 0 27 107 0 51 143 100
Binary 11111110 11000100 1001001 0 10111 1000111 0 101001 1100011 1000000

Color Harmonies of #FEC449

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEC449

Black with #FEC449

Text Example


Text Example

White with #FEC449

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEC449; }

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

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

background-color css

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

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

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

border-color css

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

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

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