#FCBA47

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

Shades of Koromiko #FCBA47

Tints of Koromiko #FCBA47

Color information

#FCBA47 (or 0xFCBA47) is unknown color: approx Koromiko. HEX triplet: FC, BA and 47. RGB value is (252,186,71). Sum of RGB (Red+Green+Blue) = 252+186+71=509 (67% of max value = 765). Red value is 252 (98.83% from 255 or 49.51% from 509); Green value is 186 (73.05% from 255 or 36.54% from 509); Blue value is 71 (28.12% from 255 or 13.95% from 509); Max value from RGB is 252 - color contains mainly: red. Hex color #FCBA47 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCBA47 is #0345B8. Grayscale: #C1C1C1. Windows color (decimal): -214457 or 4700924. OLE color: 4700924.

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

Color convert

RGB25218671-
CMYK00.260.720.01
HSL38.12º96.79%63.33%-
HSV(B)38.12º71.83%98.82%-
XYZ58.8456.2713.72-
YUV192.6259.37170.35-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 49.51%
GREEN value IS 186 (73.05% from 255) = 36.54%
BLUE value IS 71 (28.12% from 255) = 13.95%
R=49.51%
G=36.54%
B=13.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.72
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2521867100.260.720.0138.1296.7963.33
HexFCBA4701A48126613f
Octal37427210703211014614177
Binary11111100101110101000111011010100100011001101100001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCBA47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCBA47; }

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

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

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

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

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

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

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

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