#FFC85B

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

Shades of Golden Tainoi #FFC85B

Tints of Golden Tainoi #FFC85B

Color information

#FFC85B (or 0xFFC85B) is unknown color: approx Golden Tainoi. HEX triplet: FF, C8 and 5B. RGB value is (255,200,91). Sum of RGB (Red+Green+Blue) = 255+200+91=546 (72% of max value = 765). Red value is 255 (100% from 255 or 46.70% from 546); Green value is 200 (78.52% from 255 or 36.63% from 546); Blue value is 91 (35.94% from 255 or 16.67% from 546); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC85B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFC85B is #0037A4. Grayscale: #CCCCCC. Windows color (decimal): -14245 or 6015231. OLE color: 6015231.

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

Color convert

RGB25520091-
CMYK00.220.640
HSL39.88º100%67.84%-
HSV(B)39.88º64.31%100%-
XYZ63.7863.3218.76-
YUV204.0264.22164.36-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 46.70%
GREEN value IS 200 (78.52% from 255) = 36.63%
BLUE value IS 91 (35.94% from 255) = 16.67%
R=46.70%
G=36.63%
B=16.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.64
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2552009100.220.64039.8810067.84
HexFFC85B016400286444
Octal377310133026100050144104
Binary111111111100100010110110101101000000010100011001001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFC85B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFC85B; }

 p { color: rgb(255,200,91); }

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

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

 a { background-color: rgb(255,200,91); }

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

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

 span { border-color: rgb(255,200,91); }

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