Html Css Color HEX #FDC063 Golden Tainoi

📋 copy color: '#FDC063'

red 253 ◦ green 192 ◦ blue 99

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

Shades of Golden Tainoi #FDC063

Tints of Golden Tainoi #FDC063

RGB

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

 GREEN value IS 192 (75.39% from 255) = 35.29%

 BLUE value IS 99 (39.06% from 255) = 18.2%

R = 46.51%
G = 35.29%
B = 18.2%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.61

 K value IS 0.01

RGB Variations

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

Color information

#FDC063 (or 0xFDC063) is known color: Golden Tainoi. HEX triplet: FD, C0 and 63. RGB value is (253,192,99). Sum of RGB (Red+Green+Blue) = 253+192+99=544 (72% of max value = 765). Red value is 253 (99.22% from 255 or 46.51% from 544); Green value is 192 (75.39% from 255 or 35.29% from 544); Blue value is 99 (39.06% from 255 or 18.20% from 544); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC063 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDC063 is #023F9C. Grayscale: #C8C8C8. Windows color (decimal): -147357 or 6537469. OLE color: 6537469.

HSL color Cylindrical-coordinate representation of color #FDC063: hue angle of 36.23º degrees, saturation: 0.97, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #FDC063 is Cyan = 0, Magento = 0.24, Yellow = 0.61 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 192 99 -
CMYK 0 0.24 0.61 0.01
HSL 36.23º 0.97% 0.69% -
HSV(B) 36.23º 0.61% 0.99% -
XYZ 61.61 59.48 20.04 -
YUV 199.64 71.21 166.06 -
System Red Green Blue C M Y K H S L
Decimal 253 192 99 0 0.24 0.61 0.01 36.23 0.97 0.69
Hex FD C0 63 0 18 3D 1 24 61 45
Octal 375 300 143 0 30 75 1 44 141 105
Binary 11111101 11000000 1100011 0 11000 111101 1 100100 1100001 1000101

Color Harmonies of #FDC063

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDC063

Black with #FDC063

Text Example


Text Example

White with #FDC063

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDC063; }

 p { color: rgb(253,192,99); }

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

background-color css

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

 a { background-color: rgb(253,192,99); }

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

border-color css

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

 span { border-color: rgb(253,192,99); }

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