Html Css Color HEX #FDC159 Golden Tainoi

📋 copy color: '#FDC159'

red 253 ◦ green 193 ◦ blue 89

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

Shades of Golden Tainoi #FDC159

Tints of Golden Tainoi #FDC159

RGB

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

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

 BLUE value IS 89 (35.16% from 255) = 16.64%

R = 47.29%
G = 36.07%
B = 16.64%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.65

 K value IS 0.01

RGB Variations

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

Color information

#FDC159 (or 0xFDC159) is known color: Golden Tainoi. HEX triplet: FD, C1 and 59. RGB value is (253,193,89). Sum of RGB (Red+Green+Blue) = 253+193+89=535 (70% of max value = 765). Red value is 253 (99.22% from 255 or 47.29% from 535); Green value is 193 (75.78% from 255 or 36.07% from 535); Blue value is 89 (35.16% from 255 or 16.64% from 535); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC159 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDC159 is #023EA6. Grayscale: #C7C7C7. Windows color (decimal): -147111 or 5882365. OLE color: 5882365.

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

Color convert

RGB 253 193 89 -
CMYK 0 0.24 0.65 0.01
HSL 38.05º 0.98% 0.67% -
HSV(B) 38.05º 0.65% 0.99% -
XYZ 61.38 59.74 17.75 -
YUV 199.08 65.88 166.46 -
System Red Green Blue C M Y K H S L
Decimal 253 193 89 0 0.24 0.65 0.01 38.05 0.98 0.67
Hex FD C1 59 0 18 41 1 26 62 43
Octal 375 301 131 0 30 101 1 46 142 103
Binary 11111101 11000001 1011001 0 11000 1000001 1 100110 1100010 1000011

Color Harmonies of #FDC159

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDC159

Black with #FDC159

Text Example


Text Example

White with #FDC159

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDC159; }

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

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

background-color css

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

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

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

border-color css

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

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

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