Html Css Color HEX #FDC249 Golden Tainoi

📋 copy color: '#FDC249'

red 253 ◦ green 194 ◦ blue 73

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

Shades of Golden Tainoi #FDC249

Tints of Golden Tainoi #FDC249

RGB

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

 GREEN value IS 194 (76.17% from 255) = 37.31%

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

R = 48.65%
G = 37.31%
B = 14.04%

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

#FDC249 (or 0xFDC249) is known color: Golden Tainoi. HEX triplet: FD, C2 and 49. RGB value is (253,194,73). Sum of RGB (Red+Green+Blue) = 253+194+73=520 (68% of max value = 765). Red value is 253 (99.22% from 255 or 48.65% from 520); Green value is 194 (76.17% from 255 or 37.31% from 520); Blue value is 73 (28.91% from 255 or 14.04% from 520); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC249 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDC249 is #023DB6. Grayscale: #C6C6C6. Windows color (decimal): -146871 or 4834045. OLE color: 4834045.

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

Color convert

RGB 253 194 73 -
CMYK 0 0.23 0.71 0.01
HSL 40.33º 0.98% 0.64% -
HSV(B) 40.33º 0.71% 0.99% -
XYZ 61 59.95 14.66 -
YUV 197.85 57.55 167.34 -
System Red Green Blue C M Y K H S L
Decimal 253 194 73 0 0.23 0.71 0.01 40.33 0.98 0.64
Hex FD C2 49 0 17 47 1 28 62 40
Octal 375 302 111 0 27 107 1 50 142 100
Binary 11111101 11000010 1001001 0 10111 1000111 1 101000 1100010 1000000

Color Harmonies of #FDC249

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDC249

Black with #FDC249

Text Example


Text Example

White with #FDC249

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDC249; }

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

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

background-color css

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

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

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

border-color css

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

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

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