Html Css Color HEX #FDC359 Golden Tainoi

📋 copy color: '#FDC359'

red 253 ◦ green 195 ◦ blue 89

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

Shades of Golden Tainoi #FDC359

Tints of Golden Tainoi #FDC359

RGB

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

 GREEN value IS 195 (76.56% from 255) = 36.31%

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

R = 47.11%
G = 36.31%
B = 16.57%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.65

 K value IS 0.01

RGB Variations

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

Color information

#FDC359 (or 0xFDC359) is known color: Golden Tainoi. HEX triplet: FD, C3 and 59. RGB value is (253,195,89). Sum of RGB (Red+Green+Blue) = 253+195+89=537 (71% of max value = 765). Red value is 253 (99.22% from 255 or 47.11% from 537); Green value is 195 (76.56% from 255 or 36.31% from 537); Blue value is 89 (35.16% from 255 or 16.57% from 537); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC359 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDC359 is #023CA6. Grayscale: #C8C8C8. Windows color (decimal): -146599 or 5882877. OLE color: 5882877.

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

Color convert

RGB 253 195 89 -
CMYK 0 0.23 0.65 0.01
HSL 38.78º 0.98% 0.67% -
HSV(B) 38.78º 0.65% 0.99% -
XYZ 61.83 60.63 17.9 -
YUV 200.26 65.22 165.62 -
System Red Green Blue C M Y K H S L
Decimal 253 195 89 0 0.23 0.65 0.01 38.78 0.98 0.67
Hex FD C3 59 0 17 41 1 27 62 43
Octal 375 303 131 0 27 101 1 47 142 103
Binary 11111101 11000011 1011001 0 10111 1000001 1 100111 1100010 1000011

Color Harmonies of #FDC359

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDC359

Black with #FDC359

Text Example


Text Example

White with #FDC359

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDC359; }

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

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

background-color css

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

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

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

border-color css

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

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

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