#FCB551

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

Shades of Koromiko #FCB551

Tints of Koromiko #FCB551

Color information

#FCB551 (or 0xFCB551) is unknown color: approx Koromiko. HEX triplet: FC, B5 and 51. RGB value is (252,181,81). Sum of RGB (Red+Green+Blue) = 252+181+81=514 (68% of max value = 765). Red value is 252 (98.83% from 255 or 49.03% from 514); Green value is 181 (71.09% from 255 or 35.21% from 514); Blue value is 81 (32.03% from 255 or 15.76% from 514); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB551 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCB551 is #034AAE. Grayscale: #BFBFBF. Windows color (decimal): -215727 or 5355004. OLE color: 5355004.

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

Color convert

RGB25218181-
CMYK00.280.680.01
HSL35.09º96.61%65.29%-
HSV(B)35.09º67.86%98.82%-
XYZ58.1554.3415.21-
YUV190.8366.02171.63-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 49.03%
GREEN value IS 181 (71.09% from 255) = 35.21%
BLUE value IS 81 (32.03% from 255) = 15.76%
R=49.03%
G=35.21%
B=15.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.68
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2521818100.280.680.0135.0996.6165.29
HexFCB55101C441236141
Octal374265121034104143141101
Binary111111001011010110100010111001000100110001111000011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCB551

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCB551; }

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

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

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

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

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

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

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

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