Html Css Color HEX #FEC947 Golden Tainoi

📋 copy color: '#FEC947'

red 254 ◦ green 201 ◦ blue 71

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

Shades of Golden Tainoi #FEC947

Tints of Golden Tainoi #FEC947

RGB

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

 GREEN value IS 201 (78.91% from 255) = 38.21%

 BLUE value IS 71 (28.13% from 255) = 13.5%

R = 48.29%
G = 38.21%
B = 13.5%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.72

 K value IS 0.00

RGB Variations

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

Color information

#FEC947 (or 0xFEC947) is known color: Golden Tainoi. HEX triplet: FE, C9 and 47. RGB value is (254,201,71). Sum of RGB (Red+Green+Blue) = 254+201+71=526 (69% of max value = 765). Red value is 254 (99.61% from 255 or 48.29% from 526); Green value is 201 (78.91% from 255 or 38.21% from 526); Blue value is 71 (28.12% from 255 or 13.50% from 526); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC947 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FEC947 is #0136B8. Grayscale: #CACACA. Windows color (decimal): -79545 or 4704766. OLE color: 4704766.

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

Color convert

RGB 254 201 71 -
CMYK 0 0.21 0.72 0.00
HSL 42.62º 0.99% 0.64% -
HSV(B) 42.62º 0.72% 1% -
XYZ 62.9 63.3 14.86 -
YUV 202.03 54.06 165.07 -
System Red Green Blue C M Y K H S L
Decimal 254 201 71 0 0.21 0.72 0.00 42.62 0.99 0.64
Hex FE C9 47 0 15 48 0 2B 63 40
Octal 376 311 107 0 25 110 0 53 143 100
Binary 11111110 11001001 1000111 0 10101 1001000 0 101011 1100011 1000000

Color Harmonies of #FEC947

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEC947

Black with #FEC947

Text Example


Text Example

White with #FEC947

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEC947; }

 p { color: rgb(254,201,71); }

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

background-color css

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

 a { background-color: rgb(254,201,71); }

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

border-color css

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

 span { border-color: rgb(254,201,71); }

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