Html Css Color HEX #FDC549 Golden Tainoi

📋 copy color: '#FDC549'

red 253 ◦ green 197 ◦ blue 73

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

Shades of Golden Tainoi #FDC549

Tints of Golden Tainoi #FDC549

RGB

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

 GREEN value IS 197 (77.34% from 255) = 37.67%

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

R = 48.37%
G = 37.67%
B = 13.96%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.71

 K value IS 0.01

RGB Variations

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

Color information

#FDC549 (or 0xFDC549) is known color: Golden Tainoi. HEX triplet: FD, C5 and 49. RGB value is (253,197,73). Sum of RGB (Red+Green+Blue) = 253+197+73=523 (69% of max value = 765). Red value is 253 (99.22% from 255 or 48.37% from 523); Green value is 197 (77.34% from 255 or 37.67% from 523); Blue value is 73 (28.91% from 255 or 13.96% from 523); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC549 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDC549 is #023AB6. Grayscale: #C8C8C8. Windows color (decimal): -146103 or 4834813. OLE color: 4834813.

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

Color convert

RGB 253 197 73 -
CMYK 0 0.22 0.71 0.01
HSL 41.33º 0.98% 0.64% -
HSV(B) 41.33º 0.71% 0.99% -
XYZ 61.68 61.3 14.88 -
YUV 199.61 56.55 166.08 -
System Red Green Blue C M Y K H S L
Decimal 253 197 73 0 0.22 0.71 0.01 41.33 0.98 0.64
Hex FD C5 49 0 16 47 1 29 62 40
Octal 375 305 111 0 26 107 1 51 142 100
Binary 11111101 11000101 1001001 0 10110 1000111 1 101001 1100010 1000000

Color Harmonies of #FDC549

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDC549

Black with #FDC549

Text Example


Text Example

White with #FDC549

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDC549; }

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

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

background-color css

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

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

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

border-color css

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

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

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