Html Css Color HEX #FDC758 Golden Tainoi

📋 copy color: '#FDC758'

red 253 ◦ green 199 ◦ blue 88

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

Shades of Golden Tainoi #FDC758

Tints of Golden Tainoi #FDC758

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 16.3%

R = 46.85%
G = 36.85%
B = 16.3%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.65

 K value IS 0.01

RGB Variations

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

Color information

#FDC758 (or 0xFDC758) is known color: Golden Tainoi. HEX triplet: FD, C7 and 58. RGB value is (253,199,88). Sum of RGB (Red+Green+Blue) = 253+199+88=540 (71% of max value = 765). Red value is 253 (99.22% from 255 or 46.85% from 540); Green value is 199 (78.12% from 255 or 36.85% from 540); Blue value is 88 (34.77% from 255 or 16.30% from 540); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC758 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDC758 is #0238A7. Grayscale: #CACACA. Windows color (decimal): -145576 or 5818365. OLE color: 5818365.

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

Color convert

RGB 253 199 88 -
CMYK 0 0.21 0.65 0.01
HSL 40.36º 0.98% 0.67% -
HSV(B) 40.36º 0.65% 0.99% -
XYZ 62.69 62.43 17.98 -
YUV 202.49 63.39 164.03 -
System Red Green Blue C M Y K H S L
Decimal 253 199 88 0 0.21 0.65 0.01 40.36 0.98 0.67
Hex FD C7 58 0 15 41 1 28 62 43
Octal 375 307 130 0 25 101 1 50 142 103
Binary 11111101 11000111 1011000 0 10101 1000001 1 101000 1100010 1000011

Color Harmonies of #FDC758

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDC758

Black with #FDC758

Text Example


Text Example

White with #FDC758

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDC758; }

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

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

background-color css

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

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

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

border-color css

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

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

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