Html Css Color HEX #FDC857 Golden Tainoi

📋 copy color: '#FDC857'

red 253 ◦ green 200 ◦ blue 87

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

Shades of Golden Tainoi #FDC857

Tints of Golden Tainoi #FDC857

RGB

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

 GREEN value IS 200 (78.52% from 255) = 37.04%

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

R = 46.85%
G = 37.04%
B = 16.11%

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

#FDC857 (or 0xFDC857) is known color: Golden Tainoi. HEX triplet: FD, C8 and 57. RGB value is (253,200,87). Sum of RGB (Red+Green+Blue) = 253+200+87=540 (71% of max value = 765). Red value is 253 (99.22% from 255 or 46.85% from 540); Green value is 200 (78.52% from 255 or 37.04% from 540); Blue value is 87 (34.38% from 255 or 16.11% from 540); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC857 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDC857 is #0237A8. Grayscale: #CBCBCB. Windows color (decimal): -145321 or 5753085. OLE color: 5753085.

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

Color convert

RGB 253 200 87 -
CMYK 0 0.21 0.66 0.01
HSL 40.84º 0.98% 0.67% -
HSV(B) 40.84º 0.66% 0.99% -
XYZ 62.88 62.88 17.84 -
YUV 202.97 62.56 163.69 -
System Red Green Blue C M Y K H S L
Decimal 253 200 87 0 0.21 0.66 0.01 40.84 0.98 0.67
Hex FD C8 57 0 15 42 1 29 62 43
Octal 375 310 127 0 25 102 1 51 142 103
Binary 11111101 11001000 1010111 0 10101 1000010 1 101001 1100010 1000011

Color Harmonies of #FDC857

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDC857

Black with #FDC857

Text Example


Text Example

White with #FDC857

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDC857; }

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

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

background-color css

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

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

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

border-color css

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

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

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