Html Css Color HEX #FDC060 Golden Tainoi

📋 copy color: '#FDC060'

red 253 ◦ green 192 ◦ blue 96

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

Shades of Golden Tainoi #FDC060

Tints of Golden Tainoi #FDC060

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 17.74%

R = 46.77%
G = 35.49%
B = 17.74%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.62

 K value IS 0.01

RGB Variations

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

Color information

#FDC060 (or 0xFDC060) is known color: Golden Tainoi. HEX triplet: FD, C0 and 60. RGB value is (253,192,96). Sum of RGB (Red+Green+Blue) = 253+192+96=541 (71% of max value = 765). Red value is 253 (99.22% from 255 or 46.77% from 541); Green value is 192 (75.39% from 255 or 35.49% from 541); Blue value is 96 (37.89% from 255 or 17.74% from 541); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC060 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDC060 is #023F9F. Grayscale: #C7C7C7. Windows color (decimal): -147360 or 6340861. OLE color: 6340861.

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

Color convert

RGB 253 192 96 -
CMYK 0 0.24 0.62 0.01
HSL 36.69º 0.98% 0.68% -
HSV(B) 36.69º 0.62% 0.99% -
XYZ 61.47 59.43 19.3 -
YUV 199.3 69.71 166.31 -
System Red Green Blue C M Y K H S L
Decimal 253 192 96 0 0.24 0.62 0.01 36.69 0.98 0.68
Hex FD C0 60 0 18 3E 1 25 62 44
Octal 375 300 140 0 30 76 1 45 142 104
Binary 11111101 11000000 1100000 0 11000 111110 1 100101 1100010 1000100

Color Harmonies of #FDC060

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDC060

Black with #FDC060

Text Example


Text Example

White with #FDC060

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDC060; }

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

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

background-color css

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

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

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

border-color css

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

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

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