#fcb951

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

Shades of Koromiko #FCB951

Tints of Koromiko #FCB951

Color information

#FCB951 (or 0xFCB951) is unknown color: approx Koromiko. HEX triplet: FC, B9 and 51. RGB value is (252,185,81). Sum of RGB (Red+Green+Blue) = 252+185+81=518 (68% of max value = 765). Red value is 252 (98.83% from 255 or 48.65% from 518); Green value is 185 (72.66% from 255 or 35.71% from 518); Blue value is 81 (32.03% from 255 or 15.64% from 518); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB951 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCB951 is #0346AE. Grayscale: #C1C1C1. Windows color (decimal): -214703 or 5356028. OLE color: 5356028.

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

Color convert

RGB25218581-
CMYK00.270.680.01
HSL36.49º96.61%65.29%-
HSV(B)36.49º67.86%98.82%-
XYZ58.9855.9915.48-
YUV193.1864.7169.96-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 48.65%
GREEN value IS 185 (72.66% from 255) = 35.71%
BLUE value IS 81 (32.03% from 255) = 15.64%
R=48.65%
G=35.71%
B=15.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.68
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2521858100.270.680.0136.4996.6165.29
HexFCB95101B441246141
Octal374271121033104144141101
Binary111111001011100110100010110111000100110010011000011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #fcb951

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #fcb951; }

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

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

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

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

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

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

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

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