Html Css Color HEX #FDC760 Golden Tainoi

📋 copy color: '#FDC760'

red 253 ◦ green 199 ◦ blue 96

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

Shades of Golden Tainoi #FDC760

Tints of Golden Tainoi #FDC760

RGB

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

 GREEN value IS 199 (78.13% from 255) = 36.31%

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

R = 46.17%
G = 36.31%
B = 17.52%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.62

 K value IS 0.01

RGB Variations

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

Color information

#FDC760 (or 0xFDC760) is known color: Golden Tainoi. HEX triplet: FD, C7 and 60. RGB value is (253,199,96). Sum of RGB (Red+Green+Blue) = 253+199+96=548 (72% of max value = 765). Red value is 253 (99.22% from 255 or 46.17% from 548); Green value is 199 (78.12% from 255 or 36.31% from 548); Blue value is 96 (37.89% from 255 or 17.52% from 548); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC760 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDC760 is #02389F. Grayscale: #CBCBCB. Windows color (decimal): -145568 or 6342653. OLE color: 6342653.

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

Color convert

RGB 253 199 96 -
CMYK 0 0.21 0.62 0.01
HSL 39.36º 0.98% 0.68% -
HSV(B) 39.36º 0.62% 0.99% -
XYZ 63.04 62.57 19.82 -
YUV 203.4 67.39 163.38 -
System Red Green Blue C M Y K H S L
Decimal 253 199 96 0 0.21 0.62 0.01 39.36 0.98 0.68
Hex FD C7 60 0 15 3E 1 27 62 44
Octal 375 307 140 0 25 76 1 47 142 104
Binary 11111101 11000111 1100000 0 10101 111110 1 100111 1100010 1000100

Color Harmonies of #FDC760

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDC760

Black with #FDC760

Text Example


Text Example

White with #FDC760

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDC760; }

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

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

background-color css

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

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

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

border-color css

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

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

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