Html Css Color HEX #FDC160 Golden Tainoi

📋 copy color: '#FDC160'

red 253 ◦ green 193 ◦ blue 96

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

Shades of Golden Tainoi #FDC160

Tints of Golden Tainoi #FDC160

RGB

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

 GREEN value IS 193 (75.78% from 255) = 35.61%

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

R = 46.68%
G = 35.61%
B = 17.71%

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

#FDC160 (or 0xFDC160) is known color: Golden Tainoi. HEX triplet: FD, C1 and 60. RGB value is (253,193,96). Sum of RGB (Red+Green+Blue) = 253+193+96=542 (71% of max value = 765). Red value is 253 (99.22% from 255 or 46.68% from 542); Green value is 193 (75.78% from 255 or 35.61% from 542); Blue value is 96 (37.89% from 255 or 17.71% from 542); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC160 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDC160 is #023E9F. Grayscale: #C8C8C8. Windows color (decimal): -147104 or 6341117. OLE color: 6341117.

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

Color convert

RGB 253 193 96 -
CMYK 0 0.24 0.62 0.01
HSL 37.07º 0.98% 0.68% -
HSV(B) 37.07º 0.62% 0.99% -
XYZ 61.69 59.87 19.37 -
YUV 199.88 69.38 165.89 -
System Red Green Blue C M Y K H S L
Decimal 253 193 96 0 0.24 0.62 0.01 37.07 0.98 0.68
Hex FD C1 60 0 18 3E 1 25 62 44
Octal 375 301 140 0 30 76 1 45 142 104
Binary 11111101 11000001 1100000 0 11000 111110 1 100101 1100010 1000100

Color Harmonies of #FDC160

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDC160

Black with #FDC160

Text Example


Text Example

White with #FDC160

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDC160; }

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

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

background-color css

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

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

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

border-color css

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

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

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