Html Css Color HEX #FDC346 Golden Tainoi

📋 copy color: '#FDC346'

red 253 ◦ green 195 ◦ blue 70

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

Shades of Golden Tainoi #FDC346

Tints of Golden Tainoi #FDC346

RGB

 RED value IS 253 (99.22% from 255) = 48.84%

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

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

R = 48.84%
G = 37.64%
B = 13.51%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.72

 K value IS 0.01

RGB Variations

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

Color information

#FDC346 (or 0xFDC346) is known color: Golden Tainoi. HEX triplet: FD, C3 and 46. RGB value is (253,195,70). Sum of RGB (Red+Green+Blue) = 253+195+70=518 (68% of max value = 765). Red value is 253 (99.22% from 255 or 48.84% from 518); Green value is 195 (76.56% from 255 or 37.64% from 518); Blue value is 70 (27.73% from 255 or 13.51% from 518); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC346 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDC346 is #023CB9. Grayscale: #C6C6C6. Windows color (decimal): -146618 or 4637693. OLE color: 4637693.

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

Color convert

RGB 253 195 70 -
CMYK 0 0.23 0.72 0.01
HSL 40.98º 0.98% 0.63% -
HSV(B) 40.98º 0.72% 0.99% -
XYZ 61.13 60.36 14.22 -
YUV 198.09 55.72 167.16 -
System Red Green Blue C M Y K H S L
Decimal 253 195 70 0 0.23 0.72 0.01 40.98 0.98 0.63
Hex FD C3 46 0 17 48 1 29 62 3F
Octal 375 303 106 0 27 110 1 51 142 77
Binary 11111101 11000011 1000110 0 10111 1001000 1 101001 1100010 111111

Color Harmonies of #FDC346

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDC346

Black with #FDC346

Text Example


Text Example

White with #FDC346

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDC346; }

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

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

background-color css

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

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

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

border-color css

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

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

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