#FCB857

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

Shades of Koromiko #FCB857

Tints of Koromiko #FCB857

Color information

#FCB857 (or 0xFCB857) is unknown color: approx Koromiko. HEX triplet: FC, B8 and 57. RGB value is (252,184,87). Sum of RGB (Red+Green+Blue) = 252+184+87=523 (69% of max value = 765). Red value is 252 (98.83% from 255 or 48.18% from 523); Green value is 184 (72.27% from 255 or 35.18% from 523); Blue value is 87 (34.38% from 255 or 16.63% from 523); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB857 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCB857 is #0347A8. Grayscale: #C1C1C1. Windows color (decimal): -214953 or 5748988. OLE color: 5748988.

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

Color convert

RGB25218487-
CMYK00.270.650.01
HSL35.27º96.49%66.47%-
HSV(B)35.27º65.48%98.82%-
XYZ59.0155.6616.65-
YUV193.2768.03169.89-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 48.18%
GREEN value IS 184 (72.27% from 255) = 35.18%
BLUE value IS 87 (34.38% from 255) = 16.63%
R=48.18%
G=35.18%
B=16.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.65
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2521848700.270.650.0135.2796.4966.47
HexFCB85701B411236042
Octal374270127033101143140102
Binary111111001011100010101110110111000001110001111000001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCB857

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCB857; }

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

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

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

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

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

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

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

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