#FCBA51

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

Shades of Koromiko #FCBA51

Tints of Koromiko #FCBA51

Color information

#FCBA51 (or 0xFCBA51) is unknown color: approx Koromiko. HEX triplet: FC, BA and 51. RGB value is (252,186,81). Sum of RGB (Red+Green+Blue) = 252+186+81=519 (68% of max value = 765). Red value is 252 (98.83% from 255 or 48.55% from 519); Green value is 186 (73.05% from 255 or 35.84% from 519); Blue value is 81 (32.03% from 255 or 15.61% from 519); Max value from RGB is 252 - color contains mainly: red. Hex color #FCBA51 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCBA51 is #0345AE. Grayscale: #C2C2C2. Windows color (decimal): -214447 or 5356284. OLE color: 5356284.

HSL color Cylindrical-coordinate representation of color #FCBA51: hue angle of 36.84º degrees, saturation: 0.97, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #FCBA51 is Cyan = 0, Magento = 0.26, Yellow = 0.68 and Black (K on CMYK) = 0.01.

Color convert

RGB25218681-
CMYK00.260.680.01
HSL36.84º96.61%65.29%-
HSV(B)36.84º67.86%98.82%-
XYZ59.1956.4115.55-
YUV193.7664.37169.54-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 48.55%
GREEN value IS 186 (73.05% from 255) = 35.84%
BLUE value IS 81 (32.03% from 255) = 15.61%
R=48.55%
G=35.84%
B=15.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.68
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2521868100.260.680.0136.8496.6165.29
HexFCBA5101A441256141
Octal374272121032104145141101
Binary111111001011101010100010110101000100110010111000011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCBA51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCBA51; }

 p { color: rgb(252,186,81); }

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

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

 a { background-color: rgb(252,186,81); }

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

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

 span { border-color: rgb(252,186,81); }

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