Html Css Color HEX #FDC749 Golden Tainoi

📋 copy color: '#FDC749'

red 253 ◦ green 199 ◦ blue 73

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

Shades of Golden Tainoi #FDC749

Tints of Golden Tainoi #FDC749

RGB

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

 GREEN value IS 199 (78.13% from 255) = 37.9%

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

R = 48.19%
G = 37.9%
B = 13.9%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.71

 K value IS 0.01

RGB Variations

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

Color information

#FDC749 (or 0xFDC749) is known color: Golden Tainoi. HEX triplet: FD, C7 and 49. RGB value is (253,199,73). Sum of RGB (Red+Green+Blue) = 253+199+73=525 (69% of max value = 765). Red value is 253 (99.22% from 255 or 48.19% from 525); Green value is 199 (78.12% from 255 or 37.90% from 525); Blue value is 73 (28.91% from 255 or 13.90% from 525); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC749 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDC749 is #0238B6. Grayscale: #C9C9C9. Windows color (decimal): -145591 or 4835325. OLE color: 4835325.

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

Color convert

RGB 253 199 73 -
CMYK 0 0.21 0.71 0.01
HSL 42º 0.98% 0.64% -
HSV(B) 42º 0.71% 0.99% -
XYZ 62.13 62.21 15.04 -
YUV 200.78 55.89 165.25 -
System Red Green Blue C M Y K H S L
Decimal 253 199 73 0 0.21 0.71 0.01 42 0.98 0.64
Hex FD C7 49 0 15 47 1 2A 62 40
Octal 375 307 111 0 25 107 1 52 142 100
Binary 11111101 11000111 1001001 0 10101 1000111 1 101010 1100010 1000000

Color Harmonies of #FDC749

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDC749

Black with #FDC749

Text Example


Text Example

White with #FDC749

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDC749; }

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

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

background-color css

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

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

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

border-color css

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

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

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