Html Css Color HEX #FDC650 Golden Tainoi

📋 copy color: '#FDC650'

red 253 ◦ green 198 ◦ blue 80

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

Shades of Golden Tainoi #FDC650

Tints of Golden Tainoi #FDC650

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 15.07%

R = 47.65%
G = 37.29%
B = 15.07%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.68

 K value IS 0.01

RGB Variations

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

Color information

#FDC650 (or 0xFDC650) is known color: Golden Tainoi. HEX triplet: FD, C6 and 50. RGB value is (253,198,80). Sum of RGB (Red+Green+Blue) = 253+198+80=531 (70% of max value = 765). Red value is 253 (99.22% from 255 or 47.65% from 531); Green value is 198 (77.73% from 255 or 37.29% from 531); Blue value is 80 (31.64% from 255 or 15.07% from 531); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC650 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDC650 is #0239AF. Grayscale: #C9C9C9. Windows color (decimal): -145840 or 5293821. OLE color: 5293821.

HSL color Cylindrical-coordinate representation of color #FDC650: hue angle of 40.92º degrees, saturation: 0.98, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #FDC650 is Cyan = 0, Magento = 0.22, Yellow = 0.68 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 198 80 -
CMYK 0 0.22 0.68 0.01
HSL 40.92º 0.98% 0.65% -
HSV(B) 40.92º 0.68% 0.99% -
XYZ 62.15 61.85 16.25 -
YUV 200.99 59.72 165.09 -
System Red Green Blue C M Y K H S L
Decimal 253 198 80 0 0.22 0.68 0.01 40.92 0.98 0.65
Hex FD C6 50 0 16 44 1 29 62 41
Octal 375 306 120 0 26 104 1 51 142 101
Binary 11111101 11000110 1010000 0 10110 1000100 1 101001 1100010 1000001

Color Harmonies of #FDC650

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDC650

Black with #FDC650

Text Example


Text Example

White with #FDC650

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDC650; }

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

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

background-color css

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

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

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

border-color css

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

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

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