Html Css Color HEX #FDC057 Golden Tainoi

📋 copy color: '#FDC057'

red 253 ◦ green 192 ◦ blue 87

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

Shades of Golden Tainoi #FDC057

Tints of Golden Tainoi #FDC057

RGB

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

 GREEN value IS 192 (75.39% from 255) = 36.09%

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

R = 47.56%
G = 36.09%
B = 16.35%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.66

 K value IS 0.01

RGB Variations

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

Color information

#FDC057 (or 0xFDC057) is known color: Golden Tainoi. HEX triplet: FD, C0 and 57. RGB value is (253,192,87). Sum of RGB (Red+Green+Blue) = 253+192+87=532 (70% of max value = 765). Red value is 253 (99.22% from 255 or 47.56% from 532); Green value is 192 (75.39% from 255 or 36.09% from 532); Blue value is 87 (34.38% from 255 or 16.35% from 532); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC057 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDC057 is #023FA8. Grayscale: #C6C6C6. Windows color (decimal): -147369 or 5751037. OLE color: 5751037.

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

Color convert

RGB 253 192 87 -
CMYK 0 0.24 0.66 0.01
HSL 37.95º 0.98% 0.67% -
HSV(B) 37.95º 0.66% 0.99% -
XYZ 61.08 59.27 17.24 -
YUV 198.27 65.21 167.04 -
System Red Green Blue C M Y K H S L
Decimal 253 192 87 0 0.24 0.66 0.01 37.95 0.98 0.67
Hex FD C0 57 0 18 42 1 26 62 43
Octal 375 300 127 0 30 102 1 46 142 103
Binary 11111101 11000000 1010111 0 11000 1000010 1 100110 1100010 1000011

Color Harmonies of #FDC057

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDC057

Black with #FDC057

Text Example


Text Example

White with #FDC057

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDC057; }

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

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

background-color css

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

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

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

border-color css

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

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

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