Html Css Color HEX #FEC446 Golden Tainoi

📋 copy color: '#FEC446'

red 254 ◦ green 196 ◦ blue 70

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

Shades of Golden Tainoi #FEC446

Tints of Golden Tainoi #FEC446

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 13.46%

R = 48.85%
G = 37.69%
B = 13.46%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.72

 K value IS 0.00

RGB Variations

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

Color information

#FEC446 (or 0xFEC446) is known color: Golden Tainoi. HEX triplet: FE, C4 and 46. RGB value is (254,196,70). Sum of RGB (Red+Green+Blue) = 254+196+70=520 (68% of max value = 765). Red value is 254 (99.61% from 255 or 48.85% from 520); Green value is 196 (76.95% from 255 or 37.69% from 520); Blue value is 70 (27.73% from 255 or 13.46% from 520); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC446 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FEC446 is #013BB9. Grayscale: #C7C7C7. Windows color (decimal): -80826 or 4637950. OLE color: 4637950.

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

Color convert

RGB 254 196 70 -
CMYK 0 0.23 0.72 0.00
HSL 41.09º 0.99% 0.64% -
HSV(B) 41.09º 0.72% 1% -
XYZ 61.72 60.99 14.31 -
YUV 198.98 55.22 167.25 -
System Red Green Blue C M Y K H S L
Decimal 254 196 70 0 0.23 0.72 0.00 41.09 0.99 0.64
Hex FE C4 46 0 17 48 0 29 63 40
Octal 376 304 106 0 27 110 0 51 143 100
Binary 11111110 11000100 1000110 0 10111 1001000 0 101001 1100011 1000000

Color Harmonies of #FEC446

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEC446

Black with #FEC446

Text Example


Text Example

White with #FEC446

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEC446; }

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

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

background-color css

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

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

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

border-color css

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

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

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