#FFC056

Color #FFC056 Golden Tainoi (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Golden Tainoi #FFC056

Tints of Golden Tainoi #FFC056

Color information

#FFC056 (or 0xFFC056) is unknown color: approx Golden Tainoi. HEX triplet: FF, C0 and 56. RGB value is (255,192,86). Sum of RGB (Red+Green+Blue) = 255+192+86=533 (70% of max value = 765). Red value is 255 (100% from 255 or 47.84% from 533); Green value is 192 (75.39% from 255 or 36.02% from 533); Blue value is 86 (33.98% from 255 or 16.14% from 533); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC056 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFC056 is #003FA9. Grayscale: #C7C7C7. Windows color (decimal): -16298 or 5685503. OLE color: 5685503.

HSL color Cylindrical-coordinate representation of color #FFC056: hue angle of 37.63º degrees, saturation: 1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #FFC056 is Cyan = 0, Magento = 0.25, Yellow = 0.66 and Black (K on CMYK) = 0.

Color convert

RGB25519286-
CMYK00.250.660
HSL37.63º100%66.86%-
HSV(B)37.63º66.27%100%-
XYZ61.7759.6317.06-
YUV198.7564.37168.12-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 47.84%
GREEN value IS 192 (75.39% from 255) = 36.02%
BLUE value IS 86 (33.98% from 255) = 16.14%
R=47.84%
G=36.02%
B=16.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.66
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2551928600.250.66037.6310066.86
HexFFC056019420266443
Octal377300126031102046144103
Binary111111111100000010101100110011000010010011011001001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFC056

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFC056; }

 p { color: rgb(255,192,86); }

 H1.HeaderClassName
 {
   color: #FFC056;
 }
 .AnyTagClassName
 {
   color: #FFC056;
 }
</style>
background-color css

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

 a { background-color: rgb(255,192,86); }

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

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

 span { border-color: rgb(255,192,86); }

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