Html Css Color HEX #FDC757 Golden Tainoi

📋 copy color: '#FDC757'

red 253 ◦ green 199 ◦ blue 87

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

Shades of Golden Tainoi #FDC757

Tints of Golden Tainoi #FDC757

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 16.14%

R = 46.94%
G = 36.92%
B = 16.14%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.66

 K value IS 0.01

RGB Variations

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

Color information

#FDC757 (or 0xFDC757) is known color: Golden Tainoi. HEX triplet: FD, C7 and 57. RGB value is (253,199,87). Sum of RGB (Red+Green+Blue) = 253+199+87=539 (71% of max value = 765). Red value is 253 (99.22% from 255 or 46.94% from 539); Green value is 199 (78.12% from 255 or 36.92% from 539); Blue value is 87 (34.38% from 255 or 16.14% from 539); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC757 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDC757 is #0238A8. Grayscale: #CACACA. Windows color (decimal): -145577 or 5752829. OLE color: 5752829.

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

Color convert

RGB 253 199 87 -
CMYK 0 0.21 0.66 0.01
HSL 40.48º 0.98% 0.67% -
HSV(B) 40.48º 0.66% 0.99% -
XYZ 62.65 62.42 17.76 -
YUV 202.38 62.89 164.11 -
System Red Green Blue C M Y K H S L
Decimal 253 199 87 0 0.21 0.66 0.01 40.48 0.98 0.67
Hex FD C7 57 0 15 42 1 28 62 43
Octal 375 307 127 0 25 102 1 50 142 103
Binary 11111101 11000111 1010111 0 10101 1000010 1 101000 1100010 1000011

Color Harmonies of #FDC757

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDC757

Black with #FDC757

Text Example


Text Example

White with #FDC757

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDC757; }

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

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

background-color css

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

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

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

border-color css

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

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

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