#fcb354

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

Shades of Koromiko #FCB354

Tints of Koromiko #FCB354

Color information

#FCB354 (or 0xFCB354) is unknown color: approx Koromiko. HEX triplet: FC, B3 and 54. RGB value is (252,179,84). Sum of RGB (Red+Green+Blue) = 252+179+84=515 (68% of max value = 765). Red value is 252 (98.83% from 255 or 48.93% from 515); Green value is 179 (70.31% from 255 or 34.76% from 515); Blue value is 84 (33.20% from 255 or 16.31% from 515); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB354 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCB354 is #034CAB. Grayscale: #BEBEBE. Windows color (decimal): -216236 or 5551100. OLE color: 5551100.

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

Color convert

RGB25217984-
CMYK00.290.670.01
HSL33.93º96.55%65.88%-
HSV(B)33.93º66.67%98.82%-
XYZ57.8753.5815.68-
YUV19068.18172.22-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 48.93%
GREEN value IS 179 (70.31% from 255) = 34.76%
BLUE value IS 84 (33.20% from 255) = 16.31%
R=48.93%
G=34.76%
B=16.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.67
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2521798400.290.670.0133.9396.5565.88
HexFCB35401D431226142
Octal374263124035103142141102
Binary111111001011001110101000111011000011110001011000011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #fcb354

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #fcb354; }

 p { color: rgb(252,179,84); }

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

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

 a { background-color: rgb(252,179,84); }

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

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

 span { border-color: rgb(252,179,84); }

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