Html Css Color HEX #FDC349 Golden Tainoi

📋 copy color: '#FDC349'

red 253 ◦ green 195 ◦ blue 73

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

Shades of Golden Tainoi #FDC349

Tints of Golden Tainoi #FDC349

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 14.01%

R = 48.56%
G = 37.43%
B = 14.01%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.71

 K value IS 0.01

RGB Variations

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

Color information

#FDC349 (or 0xFDC349) is known color: Golden Tainoi. HEX triplet: FD, C3 and 49. RGB value is (253,195,73). Sum of RGB (Red+Green+Blue) = 253+195+73=521 (69% of max value = 765). Red value is 253 (99.22% from 255 or 48.56% from 521); Green value is 195 (76.56% from 255 or 37.43% from 521); Blue value is 73 (28.91% from 255 or 14.01% from 521); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC349 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDC349 is #023CB6. Grayscale: #C6C6C6. Windows color (decimal): -146615 or 4834301. OLE color: 4834301.

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

Color convert

RGB 253 195 73 -
CMYK 0 0.23 0.71 0.01
HSL 40.67º 0.98% 0.64% -
HSV(B) 40.67º 0.71% 0.99% -
XYZ 61.23 60.39 14.73 -
YUV 198.43 57.22 166.92 -
System Red Green Blue C M Y K H S L
Decimal 253 195 73 0 0.23 0.71 0.01 40.67 0.98 0.64
Hex FD C3 49 0 17 47 1 29 62 40
Octal 375 303 111 0 27 107 1 51 142 100
Binary 11111101 11000011 1001001 0 10111 1000111 1 101001 1100010 1000000

Color Harmonies of #FDC349

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDC349

Black with #FDC349

Text Example


Text Example

White with #FDC349

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDC349; }

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

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

background-color css

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

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

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

border-color css

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

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

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