Html Css Color HEX #FDC755 Golden Tainoi

📋 copy color: '#FDC755'

red 253 ◦ green 199 ◦ blue 85

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

Shades of Golden Tainoi #FDC755

Tints of Golden Tainoi #FDC755

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 15.83%

R = 47.11%
G = 37.06%
B = 15.83%

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

#FDC755 (or 0xFDC755) is known color: Golden Tainoi. HEX triplet: FD, C7 and 55. RGB value is (253,199,85). Sum of RGB (Red+Green+Blue) = 253+199+85=537 (71% of max value = 765). Red value is 253 (99.22% from 255 or 47.11% from 537); Green value is 199 (78.12% from 255 or 37.06% from 537); Blue value is 85 (33.59% from 255 or 15.83% from 537); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC755 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDC755 is #0238AA. Grayscale: #CACACA. Windows color (decimal): -145579 or 5621757. OLE color: 5621757.

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

Color convert

RGB 253 199 85 -
CMYK 0 0.21 0.66 0.01
HSL 40.71º 0.98% 0.66% -
HSV(B) 40.71º 0.66% 0.99% -
XYZ 62.57 62.39 17.34 -
YUV 202.15 61.89 164.27 -
System Red Green Blue C M Y K H S L
Decimal 253 199 85 0 0.21 0.66 0.01 40.71 0.98 0.66
Hex FD C7 55 0 15 42 1 29 62 42
Octal 375 307 125 0 25 102 1 51 142 102
Binary 11111101 11000111 1010101 0 10101 1000010 1 101001 1100010 1000010

Color Harmonies of #FDC755

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDC755

Black with #FDC755

Text Example


Text Example

White with #FDC755

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDC755; }

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

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

background-color css

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

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

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

border-color css

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

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

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