Html Css Color HEX #FDC849 Golden Tainoi

📋 copy color: '#FDC849'

red 253 ◦ green 200 ◦ blue 73

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

Shades of Golden Tainoi #FDC849

Tints of Golden Tainoi #FDC849

RGB

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

 GREEN value IS 200 (78.52% from 255) = 38.02%

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

R = 48.1%
G = 38.02%
B = 13.88%

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

#FDC849 (or 0xFDC849) is known color: Golden Tainoi. HEX triplet: FD, C8 and 49. RGB value is (253,200,73). Sum of RGB (Red+Green+Blue) = 253+200+73=526 (69% of max value = 765). Red value is 253 (99.22% from 255 or 48.10% from 526); Green value is 200 (78.52% from 255 or 38.02% from 526); Blue value is 73 (28.91% from 255 or 13.88% from 526); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC849 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDC849 is #0237B6. Grayscale: #C9C9C9. Windows color (decimal): -145335 or 4835581. OLE color: 4835581.

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

Color convert

RGB 253 200 73 -
CMYK 0 0.21 0.71 0.01
HSL 42.33º 0.98% 0.64% -
HSV(B) 42.33º 0.71% 0.99% -
XYZ 62.36 62.67 15.11 -
YUV 201.37 55.56 164.83 -
System Red Green Blue C M Y K H S L
Decimal 253 200 73 0 0.21 0.71 0.01 42.33 0.98 0.64
Hex FD C8 49 0 15 47 1 2A 62 40
Octal 375 310 111 0 25 107 1 52 142 100
Binary 11111101 11001000 1001001 0 10101 1000111 1 101010 1100010 1000000

Color Harmonies of #FDC849

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDC849

Black with #FDC849

Text Example


Text Example

White with #FDC849

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDC849; }

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

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

background-color css

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

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

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

border-color css

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

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

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