Html Css Color HEX #FDC357 Golden Tainoi

📋 copy color: '#FDC357'

red 253 ◦ green 195 ◦ blue 87

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

Shades of Golden Tainoi #FDC357

Tints of Golden Tainoi #FDC357

RGB

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

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

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

R = 47.29%
G = 36.45%
B = 16.26%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.66

 K value IS 0.01

RGB Variations

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

Color information

#FDC357 (or 0xFDC357) is known color: Golden Tainoi. HEX triplet: FD, C3 and 57. RGB value is (253,195,87). Sum of RGB (Red+Green+Blue) = 253+195+87=535 (70% of max value = 765). Red value is 253 (99.22% from 255 or 47.29% from 535); Green value is 195 (76.56% from 255 or 36.45% from 535); Blue value is 87 (34.38% from 255 or 16.26% from 535); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC357 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDC357 is #023CA8. Grayscale: #C8C8C8. Windows color (decimal): -146601 or 5751805. OLE color: 5751805.

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

Color convert

RGB 253 195 87 -
CMYK 0 0.23 0.66 0.01
HSL 39.04º 0.98% 0.67% -
HSV(B) 39.04º 0.66% 0.99% -
XYZ 61.74 60.6 17.46 -
YUV 200.03 64.22 165.78 -
System Red Green Blue C M Y K H S L
Decimal 253 195 87 0 0.23 0.66 0.01 39.04 0.98 0.67
Hex FD C3 57 0 17 42 1 27 62 43
Octal 375 303 127 0 27 102 1 47 142 103
Binary 11111101 11000011 1010111 0 10111 1000010 1 100111 1100010 1000011

Color Harmonies of #FDC357

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDC357

Black with #FDC357

Text Example


Text Example

White with #FDC357

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDC357; }

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

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

background-color css

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

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

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

border-color css

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

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

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