Html Css Color HEX #FDC649 Golden Tainoi

📋 copy color: '#FDC649'

red 253 ◦ green 198 ◦ blue 73

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

Shades of Golden Tainoi #FDC649

Tints of Golden Tainoi #FDC649

RGB

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

 GREEN value IS 198 (77.73% from 255) = 37.79%

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

R = 48.28%
G = 37.79%
B = 13.93%

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

#FDC649 (or 0xFDC649) is known color: Golden Tainoi. HEX triplet: FD, C6 and 49. RGB value is (253,198,73). Sum of RGB (Red+Green+Blue) = 253+198+73=524 (69% of max value = 765). Red value is 253 (99.22% from 255 or 48.28% from 524); Green value is 198 (77.73% from 255 or 37.79% from 524); Blue value is 73 (28.91% from 255 or 13.93% from 524); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC649 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDC649 is #0239B6. Grayscale: #C8C8C8. Windows color (decimal): -145847 or 4835069. OLE color: 4835069.

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

Color convert

RGB 253 198 73 -
CMYK 0 0.22 0.71 0.01
HSL 41.67º 0.98% 0.64% -
HSV(B) 41.67º 0.71% 0.99% -
XYZ 61.9 61.75 14.96 -
YUV 200.2 56.22 165.66 -
System Red Green Blue C M Y K H S L
Decimal 253 198 73 0 0.22 0.71 0.01 41.67 0.98 0.64
Hex FD C6 49 0 16 47 1 2A 62 40
Octal 375 306 111 0 26 107 1 52 142 100
Binary 11111101 11000110 1001001 0 10110 1000111 1 101010 1100010 1000000

Color Harmonies of #FDC649

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDC649

Black with #FDC649

Text Example


Text Example

White with #FDC649

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDC649; }

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

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

background-color css

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

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

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

border-color css

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

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

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