Html Css Color HEX #FDC949 Golden Tainoi

📋 copy color: '#FDC949'

red 253 ◦ green 201 ◦ blue 73

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

Shades of Golden Tainoi #FDC949

Tints of Golden Tainoi #FDC949

RGB

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

 GREEN value IS 201 (78.91% from 255) = 38.14%

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

R = 48.01%
G = 38.14%
B = 13.85%

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

#FDC949 (or 0xFDC949) is known color: Golden Tainoi. HEX triplet: FD, C9 and 49. RGB value is (253,201,73). Sum of RGB (Red+Green+Blue) = 253+201+73=527 (69% of max value = 765). Red value is 253 (99.22% from 255 or 48.01% from 527); Green value is 201 (78.91% from 255 or 38.14% from 527); Blue value is 73 (28.91% from 255 or 13.85% from 527); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC949 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDC949 is #0236B6. Grayscale: #CACACA. Windows color (decimal): -145079 or 4835837. OLE color: 4835837.

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

Color convert

RGB 253 201 73 -
CMYK 0 0.21 0.71 0.01
HSL 42.67º 0.98% 0.64% -
HSV(B) 42.67º 0.71% 0.99% -
XYZ 62.6 63.14 15.19 -
YUV 201.96 55.23 164.41 -
System Red Green Blue C M Y K H S L
Decimal 253 201 73 0 0.21 0.71 0.01 42.67 0.98 0.64
Hex FD C9 49 0 15 47 1 2B 62 40
Octal 375 311 111 0 25 107 1 53 142 100
Binary 11111101 11001001 1001001 0 10101 1000111 1 101011 1100010 1000000

Color Harmonies of #FDC949

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDC949

Black with #FDC949

Text Example


Text Example

White with #FDC949

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDC949; }

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

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

background-color css

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

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

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

border-color css

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

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

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