Html Css Color HEX #FEC946 Golden Tainoi

📋 copy color: '#FEC946'

red 254 ◦ green 201 ◦ blue 70

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

Shades of Golden Tainoi #FEC946

Tints of Golden Tainoi #FEC946

RGB

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

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

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

R = 48.38%
G = 38.29%
B = 13.33%

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

#FEC946 (or 0xFEC946) is known color: Golden Tainoi. HEX triplet: FE, C9 and 46. RGB value is (254,201,70). Sum of RGB (Red+Green+Blue) = 254+201+70=525 (69% of max value = 765). Red value is 254 (99.61% from 255 or 48.38% from 525); Green value is 201 (78.91% from 255 or 38.29% from 525); Blue value is 70 (27.73% from 255 or 13.33% from 525); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC946 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FEC946 is #0136B9. Grayscale: #CACACA. Windows color (decimal): -79546 or 4639230. OLE color: 4639230.

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

Color convert

RGB 254 201 70 -
CMYK 0 0.21 0.72 0.00
HSL 42.72º 0.99% 0.64% -
HSV(B) 42.72º 0.72% 1% -
XYZ 62.87 63.29 14.7 -
YUV 201.91 53.56 165.15 -
System Red Green Blue C M Y K H S L
Decimal 254 201 70 0 0.21 0.72 0.00 42.72 0.99 0.64
Hex FE C9 46 0 15 48 0 2B 63 40
Octal 376 311 106 0 25 110 0 53 143 100
Binary 11111110 11001001 1000110 0 10101 1001000 0 101011 1100011 1000000

Color Harmonies of #FEC946

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEC946

Black with #FEC946

Text Example


Text Example

White with #FEC946

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEC946; }

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

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

background-color css

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

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

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

border-color css

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

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

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