#FFC15B

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

Shades of Golden Tainoi #FFC15B

Tints of Golden Tainoi #FFC15B

Color information

#FFC15B (or 0xFFC15B) is unknown color: approx Golden Tainoi. HEX triplet: FF, C1 and 5B. RGB value is (255,193,91). Sum of RGB (Red+Green+Blue) = 255+193+91=539 (71% of max value = 765). Red value is 255 (100% from 255 or 47.31% from 539); Green value is 193 (75.78% from 255 or 35.81% from 539); Blue value is 91 (35.94% from 255 or 16.88% from 539); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC15B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFC15B is #003EA4. Grayscale: #C8C8C8. Windows color (decimal): -16037 or 6013439. OLE color: 6013439.

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

Color convert

RGB25519391-
CMYK00.240.640
HSL37.32º100%67.84%-
HSV(B)37.32º64.31%100%-
XYZ62.260.1618.23-
YUV199.9166.54167.29-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 47.31%
GREEN value IS 193 (75.78% from 255) = 35.81%
BLUE value IS 91 (35.94% from 255) = 16.88%
R=47.31%
G=35.81%
B=16.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.64
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2551939100.240.64037.3210067.84
HexFFC15B018400256444
Octal377301133030100045144104
Binary111111111100000110110110110001000000010010111001001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFC15B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFC15B; }

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

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

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

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

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

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

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

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