Html Css Color HEX #FEC346 Golden Tainoi

📋 copy color: '#FEC346'

red 254 ◦ green 195 ◦ blue 70

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

Shades of Golden Tainoi #FEC346

Tints of Golden Tainoi #FEC346

RGB

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

 GREEN value IS 195 (76.56% from 255) = 37.57%

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

R = 48.94%
G = 37.57%
B = 13.49%

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

#FEC346 (or 0xFEC346) is known color: Golden Tainoi. HEX triplet: FE, C3 and 46. RGB value is (254,195,70). Sum of RGB (Red+Green+Blue) = 254+195+70=519 (68% of max value = 765). Red value is 254 (99.61% from 255 or 48.94% from 519); Green value is 195 (76.56% from 255 or 37.57% from 519); Blue value is 70 (27.73% from 255 or 13.49% from 519); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC346 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FEC346 is #013CB9. Grayscale: #C6C6C6. Windows color (decimal): -81082 or 4637694. OLE color: 4637694.

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

Color convert

RGB 254 195 70 -
CMYK 0 0.23 0.72 0.00
HSL 40.76º 0.99% 0.64% -
HSV(B) 40.76º 0.72% 1% -
XYZ 61.49 60.54 14.24 -
YUV 198.39 55.55 167.66 -
System Red Green Blue C M Y K H S L
Decimal 254 195 70 0 0.23 0.72 0.00 40.76 0.99 0.64
Hex FE C3 46 0 17 48 0 29 63 40
Octal 376 303 106 0 27 110 0 51 143 100
Binary 11111110 11000011 1000110 0 10111 1001000 0 101001 1100011 1000000

Color Harmonies of #FEC346

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEC346

Black with #FEC346

Text Example


Text Example

White with #FEC346

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEC346; }

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

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

background-color css

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

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

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

border-color css

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

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

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