#FCB855

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

Shades of Koromiko #FCB855

Tints of Koromiko #FCB855

Color information

#FCB855 (or 0xFCB855) is unknown color: approx Koromiko. HEX triplet: FC, B8 and 55. RGB value is (252,184,85). Sum of RGB (Red+Green+Blue) = 252+184+85=521 (69% of max value = 765). Red value is 252 (98.83% from 255 or 48.37% from 521); Green value is 184 (72.27% from 255 or 35.32% from 521); Blue value is 85 (33.59% from 255 or 16.31% from 521); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB855 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCB855 is #0347AA. Grayscale: #C1C1C1. Windows color (decimal): -214955 or 5617916. OLE color: 5617916.

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

Color convert

RGB25218485-
CMYK00.270.660.01
HSL35.57º96.53%66.08%-
HSV(B)35.57º66.27%98.82%-
XYZ58.9355.6316.23-
YUV193.0567.03170.05-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 48.37%
GREEN value IS 184 (72.27% from 255) = 35.32%
BLUE value IS 85 (33.59% from 255) = 16.31%
R=48.37%
G=35.32%
B=16.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.66
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2521848500.270.660.0135.5796.5366.08
HexFCB85501B421246142
Octal374270125033102144141102
Binary111111001011100010101010110111000010110010011000011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCB855

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCB855; }

 p { color: rgb(252,184,85); }

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

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

 a { background-color: rgb(252,184,85); }

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

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

 span { border-color: rgb(252,184,85); }

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