Html Css Color HEX #FDC345 Golden Tainoi

📋 copy color: '#FDC345'

red 253 ◦ green 195 ◦ blue 69

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

Shades of Golden Tainoi #FDC345

Tints of Golden Tainoi #FDC345

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 13.35%

R = 48.94%
G = 37.72%
B = 13.35%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.73

 K value IS 0.01

RGB Variations

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

Color information

#FDC345 (or 0xFDC345) is known color: Golden Tainoi. HEX triplet: FD, C3 and 45. RGB value is (253,195,69). Sum of RGB (Red+Green+Blue) = 253+195+69=517 (68% of max value = 765). Red value is 253 (99.22% from 255 or 48.94% from 517); Green value is 195 (76.56% from 255 or 37.72% from 517); Blue value is 69 (27.34% from 255 or 13.35% from 517); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC345 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDC345 is #023CBA. Grayscale: #C6C6C6. Windows color (decimal): -146619 or 4572157. OLE color: 4572157.

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

Color convert

RGB 253 195 69 -
CMYK 0 0.23 0.73 0.01
HSL 41.09º 0.98% 0.63% -
HSV(B) 41.09º 0.73% 0.99% -
XYZ 61.1 60.34 14.06 -
YUV 197.98 55.22 167.25 -
System Red Green Blue C M Y K H S L
Decimal 253 195 69 0 0.23 0.73 0.01 41.09 0.98 0.63
Hex FD C3 45 0 17 49 1 29 62 3F
Octal 375 303 105 0 27 111 1 51 142 77
Binary 11111101 11000011 1000101 0 10111 1001001 1 101001 1100010 111111

Color Harmonies of #FDC345

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDC345

Black with #FDC345

Text Example


Text Example

White with #FDC345

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDC345; }

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

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

background-color css

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

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

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

border-color css

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

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

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