#FCB954

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

Shades of Koromiko #FCB954

Tints of Koromiko #FCB954

Color information

#FCB954 (or 0xFCB954) is unknown color: approx Koromiko. HEX triplet: FC, B9 and 54. RGB value is (252,185,84). Sum of RGB (Red+Green+Blue) = 252+185+84=521 (69% of max value = 765). Red value is 252 (98.83% from 255 or 48.37% from 521); Green value is 185 (72.66% from 255 or 35.51% from 521); Blue value is 84 (33.20% from 255 or 16.12% from 521); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB954 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCB954 is #0346AB. Grayscale: #C1C1C1. Windows color (decimal): -214700 or 5552636. OLE color: 5552636.

HSL color Cylindrical-coordinate representation of color #FCB954: hue angle of 36.07º 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 #FCB954 is Cyan = 0, Magento = 0.27, Yellow = 0.67 and Black (K on CMYK) = 0.01.

Color convert

RGB25218584-
CMYK00.270.670.01
HSL36.07º96.55%65.88%-
HSV(B)36.07º66.67%98.82%-
XYZ59.0956.0316.09-
YUV193.5266.2169.71-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 48.37%
GREEN value IS 185 (72.66% from 255) = 35.51%
BLUE value IS 84 (33.20% from 255) = 16.12%
R=48.37%
G=35.51%
B=16.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.67
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2521858400.270.670.0136.0796.5565.88
HexFCB95401B431246142
Octal374271124033103144141102
Binary111111001011100110101000110111000011110010011000011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCB954

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCB954; }

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

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

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

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

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

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

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

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